8 lines
105 B
C#
8 lines
105 B
C#
namespace Torch.Server.ViewModels
|
|
{
|
|
public interface ILazyLoad
|
|
{
|
|
void Load();
|
|
}
|
|
}
|