Пример #1
0
 public Order GetById(long id)
 {
     return(context.GetById(id));
 }