C# 클래스 EventServer.Core.Domain.Post

상속: System.Entity
파일 보기 프로젝트 열기: roundtable/EventServer 1 사용 예제들

공개 메소드들

메소드 설명
Post ( ) : System
Post ( string author, string title, string content, string description, string slug, bool isPublished ) : System

메소드 상세

Post() 공개 메소드

public Post ( ) : System
리턴 System

Post() 공개 메소드

public Post ( string author, string title, string content, string description, string slug, bool isPublished ) : System
author string
title string
content string
description string
slug string
isPublished bool
리턴 System