//Inicializar en el constructor por Depency Inyection public UploadController(Test_DBContext context) { this._context = context; }
//Inicializar en el constructor por Depency Inyection public ContactosController(Test_DBContext context) { this._context = context; }