Presnyakova V.V Lab_2 #2

Closed
Victoria_Presnyakova wants to merge 18 commits from Lab_2 into Lab_1
Showing only changes of commit ba692fed0c - Show all commits

View File

@ -0,0 +1,18 @@
using JewelryStoreContracts.BindingModels;
using JewelryStoreContracts.SearchModels;
using JewelryStoreContracts.StoragesContracts;
using JewelryStoreContracts.ViewModels;
using JewelryStoreFileImplement.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JewelryStoreFileImplement.Implements
{
public class OrderStorage : IOrderStorage // TODO Lab_2
{
}
}