13 lines
241 B
C#
Raw Normal View History

2024-07-23 21:32:13 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeautySalonBusinessLogic.BusinessLogics
{
internal class ReceiptBusinessLogic : IReceiptBusinessLogic
{
}
}