Refactpr field names.

This commit is contained in:
2018-04-12 12:02:56 +01:00
parent 20ec27eecb
commit 381a943918
34 changed files with 434 additions and 434 deletions

View File

@@ -34,12 +34,12 @@ namespace Cicm.Database.Schemas
public class News
{
/// <summary>Affected ID</summary>
public int added_id;
public int AffectedId;
/// <summary>Date</summary>
public string date;
public string Date;
/// <summary>ID</summary>
public int id;
public int Id;
/// <summary>News type</summary>
public int type;
public int Type;
}
}