Example #1
0
 public int DeleteClient(int key)
 {
     return(MastersDAL.DeleteClient(key));
 }