Interim commit

Nowhere close to executable (though everything builds)
This commit is contained in:
Daniel J. Summers
2016-07-07 22:57:14 -05:00
parent 99b3c14ec6
commit b86ba7b6f6
27 changed files with 1478 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
module myWebLog.Data.Table
/// The Category table
let Category = "Category"
/// The Comment table
let Comment = "Comment"
/// The Page table
let Page = "Page"
/// The Post table
let Post = "Post"
/// The WebLog table
let WebLog = "WebLog"
/// The User table
let User = "User"