C# Class RateMyAmenity.dal.AmenityDAL

Mostra file Open project: Tamakloe/EF_Project

Protected Properties

Property Type Description
db RateMyAmenity.Models.DatabaseDB

Public Methods

Method Description
AmenityDAL ( ) : System
findAmenityById ( int id ) : Amenity
findAmenityType ( String Name, String Type ) : Amenity

Method Details

AmenityDAL() public method

public AmenityDAL ( ) : System
return System

findAmenityById() public method

public findAmenityById ( int id ) : Amenity
id int
return RateMyAmenity.Models.Amenity

findAmenityType() public method

public findAmenityType ( String Name, String Type ) : Amenity
Name String
Type String
return RateMyAmenity.Models.Amenity

Property Details

db protected_oe property

protected DatabaseDB,RateMyAmenity.Models db
return RateMyAmenity.Models.DatabaseDB