C# 클래스 RrCms.Models.NewsRepository

파일 보기 프로젝트 열기: ateregulov/RR-CMS

공개 메소드들

메소드 설명
Create ( News news ) : bool
Delete ( News news ) : bool
Edit ( News news ) : bool
GetAll ( ) : List
GetNewByID ( int id ) : News

비공개 메소드들

메소드 설명
texttitle ( string text ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( News news ) : bool
news News
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( News news ) : bool
news News
리턴 bool

Edit() 공개 정적인 메소드

public static Edit ( News news ) : bool
news News
리턴 bool

GetAll() 공개 정적인 메소드

public static GetAll ( ) : List
리턴 List

GetNewByID() 공개 정적인 메소드

public static GetNewByID ( int id ) : News
id int
리턴 News