Exemple #1
0
 public bool Delete(int clientId)
 {
     new Client(Cons.table1);
     return(dh.Delete(clientId.ToString()));
 }
Exemple #2
0
 public bool Delete(int staffId)
 {
     new Client(Cons.table3);
     return(dh.Delete(staffId.ToString()));
 }