C# 클래스 PAZ.Model.Mappers.TimeslotMapper

상속: PAZMySQL.Mapper
파일 보기 프로젝트 열기: PAZ-MI4Ie/PAZ

공개 메소드들

메소드 설명
Find ( int id ) : Timeslot
FindAll ( ) : List
Save ( Timeslot timeslot ) : void
TimeslotMapper ( MysqlDb db ) : System.Collections.Generic

메소드 상세

Find() 공개 메소드

public Find ( int id ) : Timeslot
id int
리턴 Timeslot

FindAll() 공개 메소드

public FindAll ( ) : List
리턴 List

Save() 공개 메소드

public Save ( Timeslot timeslot ) : void
timeslot Timeslot
리턴 void

TimeslotMapper() 공개 메소드

public TimeslotMapper ( MysqlDb db ) : System.Collections.Generic
db PAZMySQL.MysqlDb
리턴 System.Collections.Generic