mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Do not allow news to be edited or created manually.
This commit is contained in:
@@ -29,14 +29,16 @@
|
||||
*******************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class News
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public NewsType Type { get; set; }
|
||||
public int AddedId { get; set; }
|
||||
public int Id { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public NewsType Type { get; set; }
|
||||
[DisplayName("Affected ID")]
|
||||
public int AddedId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user