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