Exemplo n.º 1
0
 public ActionResult DeleteClients(string Identification)
 {
     return(Json(clientBus.DeleteClients(Identification)));
 }