Example #1
0
 public static CreateSupplierProductDto ToCreateSupplierProduct(this SupplierProductStateDtoWrapper state)
 {
     return(state.ToCreateSupplierProduct <CreateSupplierProductDto>());
 }