Esempio n. 1
0
 public bool IsBranchUpdated(Branch branch)
 {
     return(_branchDal.IsBranchUpdated(branch));
 }