示例#1
0
 public string GetIdFor <T>()
 {
     return(_entityIdLookupRepository.GetNextId(typeof(T).ToString()));
 }
示例#2
0
 public string GetIdFor(string typeName)
 {
     return(_entityIdLookupRepository.GetNextId(typeName));
 }