Beispiel #1
0
 public bool IsBranchInUse(int id)
 {
     return(_setupRepository.IsBranchInUse(id));
 }