Esempio n. 1
0
 public TblDepartmentMaster GetDepartmentByCriteria(int key)
 {
     return(MastersDAL.GetDepartmentByCriteria(key));
 }