Exemplo n.º 1
0
 public int DeleteEmployees(int key)
 {
     return(MastersDAL.DeleteEmployees(key));
 }