示例#1
0
 public ToastNotifyViewComponent(IToastNotifyService service, ToastNotifyOptions options)
 {
     this._service = service;
     _options      = options;
 }
 public HomeController(ILogger <HomeController> logger, IToastNotifyService notifyService)
 {
     _logger        = logger;
     _notifyService = notifyService;
 }