Exemplo n.º 1
0
 public TellerPostingController()
 {
     _tellerPostingRepository = new TellerPostingRepository();
 }
 public HomeController()
 {
     _branchRepository  = new BranchRepository();
     _tellerPostingRepo = new TellerPostingRepository();
     _tellerRepo        = new TellerManagementRepository();
 }