Example #1
0
 public int DeleteTurno(String BaseRemoteIp, int BaseIdUser, int?IdTurno)
 {
     return(Turno.Delete(IdTurno));
 }