refactoring
This commit is contained in:
parent
9a2098052d
commit
f3a2efa244
64 changed files with 121 additions and 159 deletions
|
|
@ -3,7 +3,7 @@ using System.Configuration;
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class Blog
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class BlogEditCommentModel:Comment
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class BlogEditEntryModel:BlogEntry
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System.Configuration;
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class BlogEntry {
|
||||
long id;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
using System;
|
||||
using System.Configuration;
|
||||
using System.Collections.Generic;
|
||||
using yavscModel.Blogs;
|
||||
using Yavsc.Model.Blogs;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class BlogEntryCollection : List<BlogEntry>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System.Configuration;
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
public class Comment
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Configuration;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace yavscModel.Blogs
|
||||
namespace Yavsc.Model.Blogs
|
||||
{
|
||||
|
||||
public enum FindBlogEntryFlags : byte {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue