Example #1
0
 public UsuarioRepository(AgirContext context)
     : base(context)
 {
     _context = context;
 }
Example #2
0
 public BaseRepository(AgirContext agirContext)
 {
     _dbContext = agirContext;
 }