예제 #1
0
 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;
 }