Store the user statistics for the performance.
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
{
|
||||
public class UserImage
|
||||
{
|
||||
public int Id { get; set; }
|
||||
#region Public Properties
|
||||
|
||||
public string Comment { get; set; }
|
||||
|
||||
public string Data { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
public User User { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user