Small improvements

This commit is contained in:
tidusjar 2021-02-25 22:20:43 +00:00
commit 68078271d9
8 changed files with 18 additions and 11 deletions

View file

@ -36,5 +36,7 @@ namespace Ombi.Core.Models.UI
{
public string Id { get; set; }
public string Username { get; set; }
public string Email { get; set; }
}
}