subd/Subd/CountryView.cs

14 lines
222 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 CountryView
{
public string? Country { get; set; }
public int? Date { get; set; }
public string? Name { get; set; }
}