Renaming innermost project to ApplicationCore
This commit is contained in:
7
src/ApplicationCore/Entities/BaseEntity.cs
Normal file
7
src/ApplicationCore/Entities/BaseEntity.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Microsoft.eShopWeb.ApplicationCore.Entities
|
||||
{
|
||||
public class BaseEntity
|
||||
{
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user