CourseWork_CompShop/ComputerShopProvider/ComputerShopBusinessLogic/OfficePackage/Implements/SaveToExcel.cs
2023-05-19 19:34:21 +04:00

13 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ComputerShopBusinessLogic.OfficePackage.Implements
{
public class SaveToExcel : AbstractSaveToExcel
{
}
}