Exemple #1
0
 public StolenAlertEFRepository(OTRSClientRest OTRSClientRest,
                                OTRSContext OTRSContext, IOptionsMonitor <OTRSOptions> OTRSOptions)
 {
     _OTRSClientRest = OTRSClientRest;
     _OTRSContext    = OTRSContext;
     _OTRSOptions    = OTRSOptions.CurrentValue;
 }
Exemple #2
0
 public AssetEFRepository(OTRSContext OTRSContext, IOptionsMonitor <OTRSOptions> OTRSOpions)
 {
     _OTRSContext = OTRSContext;
     _OTRSOpions  = OTRSOpions.CurrentValue;
 }
Exemple #3
0
 public CustomerUserEFRepository(OTRSContext OTRSContext)
 {
     _OTRSContext = OTRSContext;
 }
Exemple #4
0
 public TrackingEFRepository(OTRSContext OTRSContext)
 {
     _OTRSContext = OTRSContext;
 }
Exemple #5
0
 public ServiceEFRepository(OTRSContext OTRSContext)
 {
     _OTRSContext = OTRSContext;
 }