using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Syski.API.Models { public class RAMDataDTO { public int Free { get; set; } public DateTime CollectionDateTime { get; set; } } }