public ApplicationServiceDB(BeautyDbContext context)
 {
     this.context = context;
 }
示例#2
0
 public MessageInfoServiceDB(BeautyDbContext context)
 {
     this.context = context;
 }
 public MainServiceDB(BeautyDbContext context)
 {
     this.context = context;
 }
示例#4
0
 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;
 }
示例#8
0
 public VisitRepository(IOptions <Settings> settings)
 {
     _context = new BeautyDbContext(settings);
 }