示例#1
0
 public TRepositoryInterface GetCustomRepository <TRepositoryInterface>() where TRepositoryInterface : class
 {
     return(_repositoryProvider.GetCustomRepository <TRepositoryInterface>());
 }
示例#2
0
 public T GetCustomRepository <T>() where T : class
 {
     return(repositoryProvider.GetCustomRepository <T>());
 }