Commit 12d5dfab authored by Clint.Network's avatar Clint.Network

Removing internal set

parent 374262fe
...@@ -10,8 +10,8 @@ namespace Stratis.Guru.Models ...@@ -10,8 +10,8 @@ namespace Stratis.Guru.Models
public string Ticket { get; set; } public string Ticket { get; set; }
public string WithdrawAddress { get; set; } public string WithdrawAddress { get; set; }
public BsonDateTime CreationDate { get; set; } public BsonDateTime CreationDate { get; set; }
public string Nickname { get; internal set; } public string Nickname { get; set; }
public string Draw { get; internal set; } public string Draw { get; set; }
public double Amount { get; internal set; } public double Amount { get; set; }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment