Exemplo n.º 1
0
 public RemoveGarmentSubconCuttingOutCommandHandler(IStorage storage)
 {
     _storage = storage;
     _garmentCuttingOutRepository            = storage.GetRepository <IGarmentSubconCuttingOutRepository>();
     _garmentCuttingOutItemRepository        = storage.GetRepository <IGarmentSubconCuttingOutItemRepository>();
     _garmentCuttingOutDetailRepository      = storage.GetRepository <IGarmentSubconCuttingOutDetailRepository>();
     _garmentCuttingInDetailRepository       = storage.GetRepository <IGarmentCuttingInDetailRepository>();
     _garmentSubconCuttingRepository         = storage.GetRepository <IGarmentSubconCuttingRepository>();
     _garmentSubconCuttingRelationRepository = storage.GetRepository <IGarmentSubconCuttingRelationRepository>();
 }