Пример #1
0
 public DataTable Get_OrderAmount(string email)
 {
     return(db.Get_OrderAmount(email));
 }