コード例 #1
0
 public CompanyInfo Get_CompanyMaster_By_Id(int CompanyMasterId)
 {
     return(_CompanyRepo.Get_CompanyMaster_By_Id(CompanyMasterId));
 }