Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- namespace TestGrounds
- {
- public class Pizza
- {
- public string name { get; set; }
- public int price { get; set; }
- public string imgUrl { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement