exam/WinFormsApp3/Models/EdIzm.cs
2026-05-15 12:01:42 +04:00

12 lines
199 B
C#

using System;
using System.Collections.Generic;
namespace WinFormsApp3.Models;
public partial class EdIzm
{
public int IdedIzm { get; set; }
public string Name { get; set; } = null!;
}