Пример #1
0
 public ViewOdersDetailModel GetOrderById(int OrderId)
 {
     return(objBLOrder.GetOrderById(OrderId));
 }