예제 #1
0
 public int ExistByCode(string code, int id)
 {
     return(_departmentServices.ExistByCode(code, id));
 }