รวม code แก้ไขรายงานบางส่วน จากทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-07-04 12:47:58 +07:00
parent 9d00b796d8
commit 4c32cbd562
19 changed files with 28 additions and 22 deletions

View File

@@ -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); } }
}
}