Пример #1
0
 public ExampleEntityFactory(IExampleEntityRepository testEntityRepository)
 {
     _testEntityRepository = testEntityRepository;
 }
 public ExampleEntityService(IExampleEntityRepository repository) : base(repository)
 {
 }