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