Exemple #1
0
 public IActionResult BranchDetails(int id)
 {
     return(View(_branchService.BranchDetails(id)));
 }