C# 클래스 EducationsCourses.Repository.LocationRepository

상속: ILocationRepository
파일 보기 프로젝트 열기: rabbal/WPFEducation_Management 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( Model location ) : void
Insert ( Model location ) : void
SelectAll ( ) : List

메소드 상세

Delete() 공개 메소드

public Delete ( Model location ) : void
location Model
리턴 void

Insert() 공개 메소드

public Insert ( Model location ) : void
location Model
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : List
리턴 List