Implementer

This commit is contained in:
VictoriaPresnyakova 2023-04-17 18:24:02 +04:00
parent 46ae6a1226
commit bd144c5b4a

View File

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