Example #1
0
 public Document GetById(int id)
 {
     return(_dbContext.Get <Document>(id));
 }