Пример #1
0
 private IRepository <T> GetRepositoryByModel <T>() where T : class
 {
     return(repositoryProvider.GetRepositoryByEntity <T>());
 }