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