Exemple #1
0
 public int DeleteDesignation(int key)
 {
     return(MastersDAL.DeleteDesignation(key));
 }