namespace QtCNETAPI.Dtos.User { public class UserStatusDto { public string Id { get; set; } = string.Empty; public int Status { get; set; } = 0; } }