コード例 #1
0
 public FormAccessController(FormAccessService FormAccessService, RoleServices RoleServices,
                             FormInfoService FormInfoService)
 {
     _FormAccessService = FormAccessService;
     _RoleServices      = RoleServices;
     _FormInfoService   = FormInfoService;
 }
コード例 #2
0
 public FormInfoController(FormInfoService forminfoService)
 {
     _FormInfoService = forminfoService;
 }