Files
yavsc/yavscModel/WorkFlow/StatusChange.cs
Paul Schneider 71f1cfcf20 Factoring, Refactoring
* App.master:
* yavscModel.csproj:
* UserPost.aspx:
* UserPosts.aspx:
* StatusChange.cs:
* IContentProvider.cs:
* NpgsqlContentProvider.cs: 

* BlogsController.cs: unwanted message "Blogs"

* style.css: More visibility for messages and error
2014-09-28 19:21:54 +02:00

12 lines
208 B
C#

using System;
using System.Collections.Generic;
using System.Web.Mvc;
namespace yavscModel.WorkFlow
{
public class StatusChange {
public int Status { get; set;}
public DateTime date { get; set;}
}
}