view пока только project и home
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -20,7 +21,8 @@ namespace SoftwareContracts.ViewModels
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
[DisplayName("Дата создания")]
|
||||
public DateTime CreatedDate { get; set; }=DateTime.Now;
|
||||
[DisplayFormat(DataFormatString = "{0:yyyy-MM-dd}", ApplyFormatInEditMode = true)]
|
||||
public DateTime CreatedDate { get; set; }
|
||||
[DisplayName("Статус")]
|
||||
public ProjectStatus ProjectStatus { get; set; } = ProjectStatus.InDevelopment;
|
||||
public int UserId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user