Реализована логика сущности "Магазин"
This commit is contained in:
parent
d747d797fc
commit
2aa903dd99
12
ConfectionaryBusinessLogic/ShopLogic.cs
Normal file
12
ConfectionaryBusinessLogic/ShopLogic.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ConfectioneryBusinessLogic
|
||||
{
|
||||
internal class ShopLogic
|
||||
{
|
||||
}
|
||||
}
|
12
ConfectioneryContracts/BusinessLogicsContracts/IShopLogic.cs
Normal file
12
ConfectioneryContracts/BusinessLogicsContracts/IShopLogic.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ConfectioneryContracts.BusinessLogicsContracts
|
||||
{
|
||||
internal interface IShopLogic
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user