13 lines
210 B
C#
Raw Normal View History

2024-04-28 20:55:25 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BankBusinessLogics.BusinessLogic
{
internal class ReportLogic
{
}
}