コード例 #1
0
 public int ExistByName(string name, int id)
 {
     return(_departmentServices.ExistByName(name, id));
 }