Exemplo n.º 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));
 }
Exemplo n.º 2
0
 public IRepository <T> GetInstance <T>(string repositoryName = null) where T : class, new()
 {
     return(ConfigurationHelper.GetInstance <T>(this, repositoryName));
 }