public UnitOfWork(EkayContext context) { this._context = context; }
public SQLRepository(EkayContext context) { this._context = context; this._entities = context.Set <T>(); }
public DocumentoRepository(EkayContext context) : base(context) { this._context = context; }
public FirmanteRepository(EkayContext context) : base(context) { this._context = context; }