C# Class PAZ.Model.Mappers.TimeslotMapper

Inheritance: PAZMySQL.Mapper
显示文件 Open project: PAZ-MI4Ie/PAZ

Public Methods

Method Description
Find ( int id ) : Timeslot
FindAll ( ) : List
Save ( Timeslot timeslot ) : void
TimeslotMapper ( MysqlDb db ) : System.Collections.Generic

Method Details

Find() public method

public Find ( int id ) : Timeslot
id int
return Timeslot

FindAll() public method

public FindAll ( ) : List
return List

Save() public method

public Save ( Timeslot timeslot ) : void
timeslot Timeslot
return void

TimeslotMapper() public method

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