using QtCNETAPI.Dtos.User; namespace QtCNETAPI.Events { public class UserStatusUpdatedEventArgs : EventArgs { public UserStatusDto? StatusDto { get; set; } } }