Ejemplo n.º 1
0
 public BranchViewModel GetBranchWithDetails(int id)
 {
     return(_setupRepository.GetBranchWithDetails(id));
 }