public ShowTimeServices(ApplicationDbContext ctx, IMasterDataServices setupSvc, IWordTextReplacementServices wordSvc) : base(ctx, setupSvc, wordSvc) { }
public TicketServices(IWordTextReplacementServices wordSvc) : base() { _wordSvc = wordSvc; }
public CrudServiceBase(ApplicationDbContext context, IMasterDataServices setupSvc, IWordTextReplacementServices wordSvc) { this.context = context; this.SetupSvc = setupSvc; this._wordSvc = wordSvc; }