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