Esempio n. 1
0
 private Branch GetBranchByCode(string code)
 {
     return(_branchGetway.GetBranchByCode(code));
 }