public LeagueService(IMflApi api, IMapper mapper, IGlobalMflApi globalApi, DeadCapTrackerContext context) { _api = api; _mapper = mapper; _globalApi = globalApi; _context = context; }
public GroupMeService(IDeadCapApi api, IGroupMeApi gmApi, IMflApi mfl, IRumorService rumor) { _myApi = api; _gmApi = gmApi; _mfl = mfl; _rumor = rumor; }
public MflTranslationService(IMflApi mfl, IGlobalMflApi globalMflApi, IRumorService rumor) { _mfl = mfl; _globalMflApi = globalMflApi; _owners = Utils.owners; _memberIds = Utils.memberIds; _thisYear = Utils.ThisYear; }
public GroupMeRequestRequestService(IMflTranslationService mflTranslationService, IDataSetHelperService dataHelper, IGroupMeApi gmApi, IMflApi mfl, IGlobalMflApi globalMflApi, ILeagueService leagueService, IRumorService rumor, IInsultApi insult) { _mflTranslationService = mflTranslationService; _dataHelper = dataHelper; _gmApi = gmApi; _mfl = mfl; _globalMflApi = globalMflApi; _leagueService = leagueService; _rumor = rumor; _insult = insult; _owners = Utils.owners; _memberIds = Utils.memberIds; _thisYear = Utils.ThisYear; }
public RumorService(IMflApi mflApi) { _owners = Utils.owners; _mflApi = mflApi; }
public RumorService(IMflApi mflApi) { _mflApi = mflApi; }