Exemplo n.º 1
0
 public static void Customer_Update_Status(string CusId, string Status)
 {
     db.Customer_Update_Status(CusId, Status);
 }