コード例 #1
0
ファイル: AttachmentController.cs プロジェクト: Kiesum/hets
 public virtual IActionResult AttachmentsGet()
 {
     return(_service.AttachmentsGetAsync());
 }