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
This commit is contained in:
parent
1307b62ecb
commit
71f1cfcf20
9 changed files with 49 additions and 29 deletions
|
|
@ -4,7 +4,6 @@ using System.Web.Mvc;
|
|||
|
||||
namespace yavscModel.WorkFlow
|
||||
{
|
||||
public interface StatusChange { int Status {get;} DateTime date {get;} }
|
||||
|
||||
public interface IContentProvider : IProvider, IDisposable
|
||||
{
|
||||
|
|
|
|||
11
yavscModel/WorkFlow/StatusChange.cs
Normal file
11
yavscModel/WorkFlow/StatusChange.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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;}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue