コード例 #1
0
ファイル: SystemService.cs プロジェクト: Thn123/hmj
 public FILES GetUploadFile(int id)
 {
     return(_set.GetFILES(id));
 }