Ejemplo n.º 1
0
 public int DeactivateCustomer(string cid)
 {
     return(ob.DeActivateCustomer(cid));
 }