รวม code แก้ไขรายงานบางส่วน จากทีม
This commit is contained in:
@@ -16,6 +16,8 @@ namespace TodoAPI2.Models
|
||||
public string filetype { get; set; }
|
||||
|
||||
public string contentType { get { return MyHelper.GetContentType(filetype); } }
|
||||
|
||||
public string current_date { get { return MyHelper.GetStringFromDate(DateTime.Now); } }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ namespace TodoAPI2.Models
|
||||
public string filetype { get; set; }
|
||||
|
||||
public string contentType { get { return MyHelper.GetContentType(filetype); } }
|
||||
|
||||
public string current_date { get { return MyHelper.GetStringFromDate(DateTime.Now); } }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ namespace TodoAPI2.Models
|
||||
public string filetype { get; set; }
|
||||
|
||||
public string contentType { get { return MyHelper.GetContentType(filetype); } }
|
||||
|
||||
public string current_date { get { return MyHelper.GetStringFromDate(DateTime.Now); } }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user