Ejemplo n.º 1
0
 public int DelClient(int id)
 {
     return(ClientBll.Del(id));
 }