public DbCustomersService(UTCContext context) { this.context = context; }
public DbEntitiesService(UTCContext context) { this.context = context; }
public DbDevicesService(UTCContext context) : base(context) { }
public DbUsersService(UTCContext context) : base(context) { }