Пример #1
0
 private T GetRepo <T>() where T : class
 {
     return(RepositoryProvider.GetRepository <T>());
 }