PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyDatabaseImplement/Models/HearingLawyer.cs

13 lines
214 B
C#
Raw Normal View History

2024-05-01 17:18:02 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LawCompanyDatabaseImplement.Models
{
internal class HearingLawyer
{
}
}