Пример #1
0
 public UnitOfWork(GetDanceNowContext context)
 {
     this._context = context;
 }
Пример #2
0
 public SuscripcionRepository(GetDanceNowContext context)
 {
     this._context = context;
     this._entity  = context.Set <Clase_Suscripciones>();
 }
Пример #3
0
 public SQLRepository(GetDanceNowContext context)
 {
     this._context = context;
     this._entity  = context.Set <T>();
 }