This commit is contained in:
FLARJ 2023-04-06 22:38:54 +04:00
parent 34fdfcfca3
commit 0b82011dd2

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FurnitureFactoryDataBaseImplement.Models
{
internal class Headset
{
}
}