コード例 #1
0
ファイル: PersonnelService.cs プロジェクト: JuRogn/OA
 public List<T_HR_IMPORTSETDETAIL> GetImportSetDetailByMasterID(string masterID)
 {
     using (ImportSetDetailBLL bll = new ImportSetDetailBLL())
     {
         return bll.GetImportSetDetailByMasterID(masterID);
     }
 }