public BaseRepository(ServopaSqlServerContext context) { this.context = context; this.dbSet = this.context.Set <T>(); }
public UsuarioRepository(ServopaSqlServerContext context) : base(context) { }