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