
* 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
12 lines
208 B
C#
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;}
|
|
}
|
|
}
|