コード例 #1
0
 public tblCompanyBranchMaster GetBranchMasterById(int id)
 {
     return(_branchRepository.GetBranchMasterById(id));
 }