示例#1
0
 public ICompoundKeyRepository <T, TKey, TKey2, TKey3> GetInstance <T, TKey, TKey2, TKey3>(string repositoryName = null) where T : class, new()
 {
     return(ConfigurationHelper.GetInstance <T, TKey, TKey2, TKey3>(this, repositoryName));
 }
示例#2
0
 public IRepository <T> GetInstance <T>(string repositoryName = null) where T : class, new()
 {
     return(ConfigurationHelper.GetInstance <T>(this, repositoryName));
 }