Beispiel #1
0
 private string GetId(T entity)
 {
     return(IdentifierExtensions.GetId(_idGenerator, entity));
 }