Esempio n. 1
0
 public static Group_AnthRepository GetGroup_AnthRepository(IUnitOfWork unitOfWork)
 {
     var repository = new Group_AnthRepository();
     repository.UnitOfWork = unitOfWork;
     return repository;
 }
Esempio n. 2
0
 public static Group_AnthRepository GetGroup_AnthRepository()
 {
     var repository = new Group_AnthRepository();
     repository.UnitOfWork = GetUnitOfWork();
     return repository;
 }