Beispiel #1
0
 public TeamProvider(InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public CompaniesProvider(InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #3
0
 public EmailProvider(InspectifyDbContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public InvitationProvider(InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #5
0
 public UsersProvider(
     InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ReportProvider(InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #7
0
 public InventoryProvider(InspectifyDbContext dbContext)
 {
     this.dbContext = dbContext;
 }