C# Class Solvberget.Domain.Implementation.InformationRepositoryXml

Inheritance: IInformationRepository
ファイルを表示 Open project: digbib/Solvberget

Public Methods

Method Description
GetContactInformation ( ) : List
GetOpeningHoursInformation ( ) : List
InformationRepositoryXml ( string filePathOpening = null, string filePathContact = null ) : System

Method Details

GetContactInformation() public method

public GetContactInformation ( ) : List
return List

GetOpeningHoursInformation() public method

public GetOpeningHoursInformation ( ) : List
return List

InformationRepositoryXml() public method

public InformationRepositoryXml ( string filePathOpening = null, string filePathContact = null ) : System
filePathOpening string
filePathContact string
return System