public TestJob(INotificationManager notifications, AppSettings appSettings, IStupidService heyStupid, IEnvironment environment) { this.heyStupid = heyStupid; this.appSettings = appSettings; this.notifications = notifications; }
public LoggingStupidService(IStupidService stupidService) { _stupidService = stupidService; }