Beispiel #1
0
 public List <tblCompanyBranchMaster> GetAllBranchMasters()
 {
     return(_branchRepository.GetAllBranchMasters());
 }