Beispiel #1
0
 public Crud GetByCId(ObjectId id)
 {
     return(_crudService.GetById(id));
 }