Example #1
0
 public IBaseRepository <T> GetRepositoryForEntityType <T>() where T : class
 {
     return(GetRepository <IBaseRepository <T> >(_repositoryFactories.GetRepositoryFactoryForEntityType <T>()));
 }