19 lines
355 B
C#
19 lines
355 B
C#
//using Newtonsoft.Json;
|
|
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Linq;
|
|
//using System.Web;
|
|
|
|
//namespace smacs_uci_api.Models
|
|
//{
|
|
// public class Field
|
|
// {
|
|
// [JsonProperty("name")]
|
|
// public string Name { get; set; }
|
|
|
|
// [JsonProperty("last")]
|
|
// public int Last { get; set; }
|
|
// }
|
|
//}
|
|
|