Exemplo n.º 1
0
 public ADbQueryHandler(HistoricContext context)
 {
     Context = context ?? throw new ArgumentNullException(nameof(context));
 }
 public GetUserCampaignsQueryHandler(HistoricContext context) : base(context)
 {
 }