mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Set news date as DateTime.
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class News
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Date { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public NewsType Type { get; set; }
|
||||
public int AddedId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user