Beispiel #1
0
 public T Get(object id)
 {
     return(_dbContext.Find <T>(id));
 }