public ApplicationServiceDB(BeautyDbContext context) { this.context = context; }
public MessageInfoServiceDB(BeautyDbContext context) { this.context = context; }
public MainServiceDB(BeautyDbContext context) { this.context = context; }
public ResourseServiceDB(BeautyDbContext context) { this.context = context; }
public ReportServiceDB(BeautyDbContext context) { this.context = context; }
public SkladServiceDB(BeautyDbContext context) { this.context = context; }
public ProviderServiceDB(BeautyDbContext context) { this.context = context; }
public VisitRepository(IOptions <Settings> settings) { _context = new BeautyDbContext(settings); }