...
This commit is contained in:
@@ -7,10 +7,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Hushian.Domain.Entites
|
||||
{
|
||||
class AIA : BaseEntity
|
||||
public class AIA : BaseEntity
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public DateTime Cdatetime { get; set; }
|
||||
public DateTime Cdatetime { get; set; } = DateTime.Now;
|
||||
|
||||
public int CompanyID { get; set; }
|
||||
public int UserID { get; set; }
|
||||
|
Reference in New Issue
Block a user