public static CreateGoodIdentificationDto ToCreateGoodIdentification(this GoodIdentificationStateDtoWrapper state) { return(state.ToCreateGoodIdentification <CreateGoodIdentificationDto>()); }
public static RemoveGoodIdentificationDto ToRemoveGoodIdentification(this GoodIdentificationStateDtoWrapper state) { return(state.ToRemoveGoodIdentification <RemoveGoodIdentificationDto>()); }
public static MergePatchGoodIdentificationDto ToMergePatchGoodIdentification(this GoodIdentificationStateDtoWrapper state) { return(state.ToMergePatchGoodIdentification <MergePatchGoodIdentificationDto>()); }
public static IGoodIdentificationCommand ToCreateOrMergePatchGoodIdentification(this GoodIdentificationStateDtoWrapper state) { return(state.ToCreateOrMergePatchGoodIdentification <CreateGoodIdentificationDto, MergePatchGoodIdentificationDto>()); }