Implementazione funzione ingredienti per Server 1.0.1
This commit is contained in:
15
RispostaIngredienti.cs
Normal file
15
RispostaIngredienti.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PizzaExpress_Client
|
||||
{
|
||||
internal class RispostaIngredienti
|
||||
{
|
||||
public string pizza { get; set; }
|
||||
public List<string> ingredienti { get; set; }
|
||||
public string fonte { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user