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