示例#1
0
 public List <TblEmployees> GetEmployeesByCriteria(long key)
 {
     return(MastersDAL.GetEmployeesByCriteria(key));
 }