Exemplo n.º 1
0
 public Department GetByChineseName(string chineseName)
 {
     return(_departmentDal.SelectDepartmentByName(chineseName));
 }