2026-01-05 12:16:58 +05:30

6 lines
61 B
C#

public interface IDataLoader
{
void InitializeData();
}