コード例 #1
0
 public ThumbnailModel(ApplicationDbContext context, IAppFileHandler appFileHandler)
 {
     _context        = context;
     _appFileHandler = appFileHandler;
 }
コード例 #2
0
ファイル: Details.cshtml.cs プロジェクト: ak6rkxqhy3fh/ITour2
 public DetailsModel(ApplicationDbContext context, IAppFileHandler appFileHandler)
 {
     _context        = context;
     _appFileHandler = appFileHandler;
 }
コード例 #3
0
 public CreateModel(ApplicationDbContext context, ITenantProvider tenantProvider, IAppFileHandler appFileHandler)
 {
     _context        = context;
     _tenantProvider = tenantProvider;
     _appFileHandler = appFileHandler;
 }