C# Class Repository.Import.PostImport.ExcelPost

Inheritance: Post
Mostrar archivo Open project: bouvet/BBR2015

Public Methods

Method Description
Create ( PostIMatch postIMatch ) : ExcelPost
GetPost ( ) : Post
Update ( Post existing ) : void

Method Details

Create() public static method

public static Create ( PostIMatch postIMatch ) : ExcelPost
postIMatch Database.Entities.PostIMatch
return ExcelPost

GetPost() public method

public GetPost ( ) : Post
return Post

Update() public method

public Update ( Post existing ) : void
existing Post
return void