Пример #1
0
 public Material GetMaterialFromCart(int id)
 {
     return(WishList?.GetMaterial(id));
 }