コード例 #1
0
 public bool CheckIfBranchCodeExist(string id)
 {
     return(_setupRepository.CheckIfBranchCodeExist(id));
 }