Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Models/AdminModel.cs @ 11020

Last change on this file since 11020 was 11020, checked in by mroscoe, 10 years ago

First check-in for Matt Roscoe. Major revision, multiple new files created and multiple files changed.

File size: 177 bytes
Line 
1namespace HeuristicLab.Services.Hive.Statistics.Models {
2  public class AdminModel {
3    public bool IsAdmin { get; set; }
4    public string UserName { get; set; }
5  }
6}
Note: See TracBrowser for help on using the repository browser.