using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Disco.Web.Areas.API.Models.System { public class UpdateLastNetworkLogonDatesModel { public string Result { get; set; } public int UpdateCount { get; set; } } }