PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyDatabaseImplement/LawCompanyDatabase.cs

13 lines
203 B
C#
Raw Normal View History

2024-05-01 01:21:19 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LawCompanyDatabaseImplement
{
2024-05-01 02:33:49 +04:00
internal class LawCompanyDatabase
2024-05-01 01:21:19 +04:00
{
}
}