From b6f45d70398714c80bef55cdeedb6004083dc4cb Mon Sep 17 00:00:00 2001 From: Nastya_Kozlova Date: Fri, 26 Apr 2024 20:47:34 +0400 Subject: [PATCH] test --- CarCenter/CarCenterContracts/tttcs.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CarCenter/CarCenterContracts/tttcs.cs diff --git a/CarCenter/CarCenterContracts/tttcs.cs b/CarCenter/CarCenterContracts/tttcs.cs new file mode 100644 index 0000000..1246ff4 --- /dev/null +++ b/CarCenter/CarCenterContracts/tttcs.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace CarCenterContracts +{ + internal class tttcs + { + } +}