namespace Luticate2.Auth.Dbo.Users { public class LuUsersAddFullDbo : LuUsersEditFullDbo { public string AuthenticationSourceId { get; set; } } }