public UnitOfWork(IotLabDbContext dbContext) { this.DbContext = dbContext; }
public UserAppProfileRepository(IotLabDbContext context) { this.context = context; }