예제 #1
0
 public HomeController(SRVFloreriasContext _context)
 {
     this._context = _context;
 }
예제 #2
0
 public ProductoController(SRVFloreriasContext _context)
 {
     this._context = _context;
 }