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