C# Class GiveCampWeb.Models.SponsorRepository

ファイルを表示 Open project: esumerfd/Southwest-Ohio-Give-Camp

Public Methods

Method Description
getCashSponsors ( ) : IEnumerable
getNonCashSponsors ( ) : IEnumerable
getSponsors ( ) : IEnumerable

Method Details

getCashSponsors() public method

public getCashSponsors ( ) : IEnumerable
return IEnumerable

getNonCashSponsors() public method

public getNonCashSponsors ( ) : IEnumerable
return IEnumerable

getSponsors() public method

public getSponsors ( ) : IEnumerable
return IEnumerable