Начало работ.

This commit is contained in:
Programmist73 2023-03-23 10:26:18 +04:00
parent 7082a6593e
commit 3c1388cbaf

View File

@ -2,6 +2,7 @@
using BlacksmithWorkshopContracts.SearchModels;
using BlacksmithWorkshopContracts.StoragesContracts;
using BlacksmithWorkshopContracts.ViewModels;
using BlacksmithWorkshopDataModels.Models;
using BlacksmithWorkshopListImplement.Models;
using System;
using System.Collections.Generic;
@ -124,5 +125,10 @@ namespace BlacksmithWorkshopListImplement.Implements
return null;
}
public bool SellManufactures(IManufactureModel model, int count)
{
throw new NotImplementedException();
}
}
}