Example #1
0
 public int DeleteTap(String BaseRemoteIp, int BaseIdUser, int?IdTap)
 {
     return(Tap.Delete(IdTap));
 }