эгегегей

This commit is contained in:
antoc0der 2024-04-23 19:14:02 +04:00
parent b53176fcb7
commit 659fe183c2

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VeterinaryDataModels
{
public interface IId
{
int Id { get; }
}
}