fix
This commit is contained in:
parent
933d03ac88
commit
e52f7d46e2
@ -0,0 +1,7 @@
|
||||
namespace JewelryShopDataModels
|
||||
{
|
||||
public interface IId
|
||||
{
|
||||
int Id { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user