Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TechTalks
BusinessLayer
ManagePost
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