public DownloadModel(RazzorPagesExampleContext context, IHostingEnvironment host)
        {
            _context = context;

            _host = host;
        }
示例#2
0
 public ProductListViewComponent(RazzorPagesExampleContext context)
 {
     _context = context;
 }
 public ProductModifyFormViewComponent(RazzorPagesExampleContext context)
 {
     _context = context;
 }