Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataTransfer/User.cs @ 12428

Last change on this file since 12428 was 12428, checked in by ascheibe, 9 years ago

#2394 added web app and status page to trunk

File size: 197 bytes
Line 
1
2namespace HeuristicLab.Services.WebApp.Status.WebApi.DataTransfer {
3  public class User {
4    public string Id { get; set; } // currently unused
5    public string Name { get; set; }
6  }
7}
Note: See TracBrowser for help on using the repository browser.