Exemple #1
0
 public int DeleteUser(int id)
 {
     return(exeCmd.DeleteUser(id));
 }