6 lines
61 B
C#
Raw Normal View History

2026-01-05 12:16:58 +05:30
public interface IDataLoader
{
void InitializeData();
}