public BaseRepository(DBPlanillasContext ctx)
 {
     this.ctx = ctx;
 }
Exemple #2
0
 public OperacionesRepositorio(DBPlanillasContext ctx) : base(ctx)
 {
 }