コード例 #1
0
ファイル: TestJob.cs プロジェクト: aritchie/ShinySink
 public TestJob(INotificationManager notifications,
                AppSettings appSettings,
                IStupidService heyStupid,
                IEnvironment environment)
 {
     this.heyStupid     = heyStupid;
     this.appSettings   = appSettings;
     this.notifications = notifications;
 }
コード例 #2
0
 public LoggingStupidService(IStupidService stupidService)
 {
     _stupidService = stupidService;
 }