Beispiel #1
0
 public void Insert(Room entity)
 {
     RoomDataGateway.Add(entity.Name, entity.Location);
 }
Beispiel #2
0
 public IEnumerable <Room> List()
 {
     return(RoomDataGateway.List());
 }