Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/Controllers/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: 225 bytes
Line 
1namespace HeuristicLab.Services.WebApp.Controllers.DataTransfer {
2  public class User {
3    public string Username { get; set; }
4    public string Password { get; set; }
5    public bool RememberMe { get; set; }
6  }
7}
Note: See TracBrowser for help on using the repository browser.