Files
Check/MagicCarpetProject/MagicCarpetTests/StoragesContracts/TourStorageContractTests.cs
2025-02-27 09:12:20 +04:00

12 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MagicCarpetTests.StoragesContracts;
class TourStorageContractTests
{
}