import { DaffProductFactory } from '@daffodil/product/testing'
Factory for creating simple DaffProducts of no special kind.
DaffProduct
@Injectable() class DaffProductFactory extends DaffModelFactory<DaffProduct> {}