Esempio n. 1
0
 public decimal PurchaseAmount(int orderId)
 {
     return(_dal.PurchaseAmount(orderId));
 }