Files
Disco/Disco.Models/UI/Config/Enrolment/ConfigEnrolmentIndexModel.cs
T
2013-04-30 12:35:27 +10:00

14 lines
284 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.Enrolment
{
public interface ConfigEnrolmentIndexModel : BaseUIModel
{
string MacSshUsername { get; set; }
}
}