コード例 #1
0
 public bool GetDepartmentByDepName(string depName)
 {
     return(_Getway.GetDepartmentByDepName(depName));
 }