コード例 #1
0
 public IndexController(
     SysUpdateRecordService updateRecordService,
     SysUserLoginLogService loginLogService,
     AuthService authService)
 {
     _updateRecordService = updateRecordService;
     _loginLogService     = loginLogService;
     _authService         = authService;
 }
コード例 #2
0
 public UpdateRecordController(SysUpdateRecordService service)
 {
     _service = service;
 }