Exemplo n.º 1
0
 public StolenAlertEFRepository(OTRSClientRest OTRSClientRest,
                                OTRSContext OTRSContext, IOptionsMonitor <OTRSOptions> OTRSOptions)
 {
     _OTRSClientRest = OTRSClientRest;
     _OTRSContext    = OTRSContext;
     _OTRSOptions    = OTRSOptions.CurrentValue;
 }