C# Class Framework.Implement.UtilImpl
Mostra file
Open project: callme119/civil
Public Methods
Method |
Description |
|
Delete ( object entity ) : void |
|
|
FindById ( object entity, int id ) : object |
|
|
Insert ( object entity ) : void |
|
|
Update ( object entity ) : void |
|
|
UtilImpl ( ) |
|
|
Method Details
public Delete ( object entity ) : void |
entity |
object |
|
return |
void |
|
public FindById ( object entity, int id ) : object |
entity |
object |
|
id |
int |
|
return |
object |
|
public Insert ( object entity ) : void |
entity |
object |
|
return |
void |
|
public Update ( object entity ) : void |
entity |
object |
|
return |
void |
|