2 лабораторная работа

This commit is contained in:
kagbie3nn@mail.ru 2024-04-12 20:05:25 +04:00
parent a3c25fa1e2
commit fd3db3f03b
2 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,9 @@
using System;
using ComputersShopContracts.BindingModels;
using ComputersShopContracts.SearchModels;
using ComputersShopContracts.StoragesContracts;
using ComputersShopContracts.ViewModels;
using ComputersShopListImplement.Models;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,9 +1,13 @@
using System;
using ComputersShopContracts.BindingModels;
using ComputersShopContracts.SearchModels;
using ComputersShopContracts.StoragesContracts;
using ComputersShopContracts.ViewModels;
using ComputersShopListImplement.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace ComputersShopListImplement.Implements
{