namespace Luticate2.Auth.Dbo.Users { public class LuUsersAddDbo { public string Username { get; set; } public string Password { get; set; } } }