PIbd-22_Chernyshev_Shabunov.../ComputerShopContracts/BindingModels/ShipmentBindingModel.cs

14 lines
265 B
C#
Raw Normal View History

using ComputerShopDataModels.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ComputerShopContracts.BindingModels
{
public class ShipmentBindingModel : IShipmentModel
{
}
}