subd/Subd/User.cs

12 lines
177 B
C#
Raw Normal View History

2023-05-04 12:12:14 +04:00
using System;
using System.Collections.Generic;
namespace Subd;
public partial class User
{
public int IdUser { get; set; }
public string? Nikname { get; set; }
}