Now even map technic is implemented
This commit is contained in:
@ -18,6 +18,8 @@ namespace BlazorSyncfusionCrm.Shared
|
||||
public string Place { get; set; } = string.Empty;
|
||||
public bool IsDeleted { get; set; }
|
||||
public DateTime? DateOfBirth { get; set; }
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
public DateTime DateCreated { get; set; } = DateTime.Now;
|
||||
public DateTime DateUpdated { get; set; }
|
||||
public DateTime DateDeleted { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user