コード例 #1
0
 public GeralPersist(ProEventosContext context)
 {
     _context = context;
 }
 public PalestrantesRepository(ProEventosContext context)
 {
     _context = context;
 }
コード例 #3
0
 public EventoPersist(ProEventosContext context)
 {
     _context = context;
     // _context.ChangeTracker.QueryTrackingBehavior = QueryTrackingBehavior.NoTracking;
 }
コード例 #4
0
 public PalestrantesPersist(ProEventosContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EventosController(ProEventosContext context)
 {
     this.context = context;
 }