C# 클래스 Framework.Implement.UtilImpl
파일 보기
프로젝트 열기: callme119/civil
공개 메소드들
메소드 상세
public Delete ( object entity ) : void |
entity |
object |
|
리턴 |
void |
|
public FindById ( object entity, int id ) : object |
entity |
object |
|
id |
int |
|
리턴 |
object |
|
public Insert ( object entity ) : void |
entity |
object |
|
리턴 |
void |
|
public Update ( object entity ) : void |
entity |
object |
|
리턴 |
void |
|