Example #1
0
 public static ISupplierProductCommand ToCreateOrMergePatchSupplierProduct(this SupplierProductStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchSupplierProduct <CreateSupplierProductDto, MergePatchSupplierProductDto>());
 }