C# Class TechTalks.BusinessLayer.ManagePost

Inheritance: IBusiness
Datei anzeigen Open project: anuragvaishy-galaxe/TechTalks

Public Methods

Method Description
AddPost ( ) : void
DeletePostById ( int postId ) : bool
GetPostById ( int postId ) : object
UpdatePost ( ) : void

Method Details

AddPost() public method

public AddPost ( ) : void
return void

DeletePostById() public method

public DeletePostById ( int postId ) : bool
postId int
return bool

GetPostById() public method

public GetPostById ( int postId ) : object
postId int
return object

UpdatePost() public method

public UpdatePost ( ) : void
return void