Interface IShipmentTagService Interface for a service to load, save and delete shipment tags Inherited Members IShipmentTagRepository.SaveForShipment(IList<ShipmentTag>, Guid) IShipmentTagRepository.GetForShipment(Guid) IShipmentTagRepository.DeleteFromShipment(IList<ShipmentTag>, Guid) Namespace: Simplic.Logistics Assembly: Simplic.Logistics.dll Syntax public interface IShipmentTagService : IShipmentTagRepository