Ejemplo n.º 1
0
 public Task <int> AgentCustomerStatusChange(Users obj)
 {
     return(_users.AgentCustomerStatusChange(obj));
 }