public static MergePatchInventoryPostingRuleDto ToMergePatchInventoryPostingRule(this InventoryPostingRuleStateDtoWrapper state) { return(state.ToMergePatchInventoryPostingRule <MergePatchInventoryPostingRuleDto>()); }
public static CreateInventoryPostingRuleDto ToCreateInventoryPostingRule(this InventoryPostingRuleStateDtoWrapper state) { return(state.ToCreateInventoryPostingRule <CreateInventoryPostingRuleDto>()); }
public static IInventoryPostingRuleCommand ToCreateOrMergePatchInventoryPostingRule(this InventoryPostingRuleStateDtoWrapper state) { return(state.ToCreateOrMergePatchInventoryPostingRule <CreateInventoryPostingRuleDto, MergePatchInventoryPostingRuleDto>()); }