namespace Luticate2.Auth.Dbo.Users { public class LuUsersDbo { public string Id { get; set; } public string Username { get; set; } } }