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; }
public SuppliersRepository(IConfigurationRoot config, IHostingEnvironment env, ContextExelOperations exelOperations, ContextInflow inflow, ContextWebsite website) : base(env, exelOperations, inflow, website) { this.config = config; }