public LlamadaRepository(TelefonicaEntities telefonicaContext) { this._context = telefonicaContext; }
public UsuarioRepository(TelefonicaEntities telefonicaContext) { this._context = telefonicaContext; }