Beispiel #1
0
 public CoinBoxRepository(GivingBackChangeContext context) : base(context)
 {
 }
Beispiel #2
0
 public StoreManager()
 {
     this._context = GivingBackChangeContext.GetInstance();
 }
 public BaseRepository(GivingBackChangeContext context)
 {
     this._context = context ?? throw new ArgumentNullException(nameof(context));
 }