13 lines
232 B
C#
Raw Normal View History

2024-04-23 13:22:37 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.BusinessLogicsContracts
{
internal class IReportLogic
{
}
}