示例#1
0
 public bool CheckIfBranchDescriptionExist(string id)
 {
     return(_setupRepository.CheckIfBranchDescriptionExist(id));
 }