Exemplo n.º 1
0
 public Branch GetBranch(Branch item)
 {
     return((Branch)branchDAL.GetItem <Branch>(item));
 }