C# Class PAZ.Model.Mappers.TimeslotMapper

Inheritance: PAZMySQL.Mapper
Afficher le fichier Open project: PAZ-MI4Ie/PAZ

Méthodes publiques

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

Method Details

Find() public méthode

public Find ( int id ) : Timeslot
id int
Résultat Timeslot

FindAll() public méthode

public FindAll ( ) : List
Résultat List

Save() public méthode

public Save ( Timeslot timeslot ) : void
timeslot Timeslot
Résultat void

TimeslotMapper() public méthode

public TimeslotMapper ( MysqlDb db ) : System.Collections.Generic
db PAZMySQL.MysqlDb
Résultat System.Collections.Generic