Пример #1
0
 public BaseRepository(IHostingEnvironment env, ContextExelOperations exelOperations, ContextInflow inflow, ContextWebsite website)
 {
     this.env            = env;
     this.exelOperations = exelOperations;
     this.inflow         = inflow;
     this.website        = website;
     this.root           = env.ContentRootPath;
 }
Пример #2
0
 public SuppliersRepository(IConfigurationRoot config, IHostingEnvironment env, ContextExelOperations exelOperations, ContextInflow inflow, ContextWebsite website) : base(env, exelOperations, inflow, website)
 {
     this.config = config;
 }