예제 #1
0
 //Inicializar en el constructor por Depency Inyection
 public UploadController(Test_DBContext context)
 {
     this._context = context;
 }
예제 #2
0
 //Inicializar en el constructor por Depency Inyection
 public ContactosController(Test_DBContext context)
 {
     this._context = context;
 }