PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyDatabaseImplement/Models/ConsultationLawyer.cs
2024-05-01 17:18:02 +04:00

13 lines
219 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LawCompanyDatabaseImplement.Models
{
internal class ConsultationLawyer
{
}
}