public AmigosRepository(AmigosContext amigosContext) { _amigosContext = amigosContext; }
public AmigosRepository(AmigosContext context) { this.Context = context; }