C# Class TechTalks.BusinessLayer.ManagePost

Inheritance: IBusiness
Afficher le fichier Open project: anuragvaishy-galaxe/TechTalks

Méthodes publiques

Méthode Description
AddPost ( ) : void
DeletePostById ( int postId ) : bool
GetPostById ( int postId ) : object
UpdatePost ( ) : void

Method Details

AddPost() public méthode

public AddPost ( ) : void
Résultat void

DeletePostById() public méthode

public DeletePostById ( int postId ) : bool
postId int
Résultat bool

GetPostById() public méthode

public GetPostById ( int postId ) : object
postId int
Résultat object

UpdatePost() public méthode

public UpdatePost ( ) : void
Résultat void