示例#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>();
 }