13 lines
298 B
C#
13 lines
298 B
C#
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; }
|
|
}
|
|
} |