Example #1
0
 public static CreateGoodIdentificationDto ToCreateGoodIdentification(this GoodIdentificationStateDtoWrapper state)
 {
     return(state.ToCreateGoodIdentification <CreateGoodIdentificationDto>());
 }
Example #2
0
 public static RemoveGoodIdentificationDto ToRemoveGoodIdentification(this GoodIdentificationStateDtoWrapper state)
 {
     return(state.ToRemoveGoodIdentification <RemoveGoodIdentificationDto>());
 }
Example #3
0
 public static MergePatchGoodIdentificationDto ToMergePatchGoodIdentification(this GoodIdentificationStateDtoWrapper state)
 {
     return(state.ToMergePatchGoodIdentification <MergePatchGoodIdentificationDto>());
 }
Example #4
0
 public static IGoodIdentificationCommand ToCreateOrMergePatchGoodIdentification(this GoodIdentificationStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchGoodIdentification <CreateGoodIdentificationDto, MergePatchGoodIdentificationDto>());
 }