chore
This commit is contained in:
11
Atomx.Admin/Atomx.Admin.Client/Models/AreaItem.cs
Normal file
11
Atomx.Admin/Atomx.Admin.Client/Models/AreaItem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Atomx.Common.Entities;
|
||||
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class AreaItem : Area
|
||||
{
|
||||
public string CountryName { get; set; } = string.Empty;
|
||||
public string StateProvinceName { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user