Files
XLIMS/XLIMS.DATA/Models/BookSet.cs
Курнат Андрей f0e11d6379 first edit
2026-01-31 16:11:36 +03:00

12 lines
188 B
C#

using System;
using System.Collections.Generic;
namespace XLIMS.DATA.Models;
public partial class BookSet
{
public int Id { get; set; }
public string? Number { get; set; }
}