C# Class newtelligence.DasBlog.Runtime.BlogDataServiceFactory

ファイルを表示 Open project: AArnott/dasblog

Public Methods

Method Description
GetService ( string contentLocation, ILoggingDataService loggingService ) : IBlogDataService

RemoveService ( string contentLocation ) : bool

Method Details

GetService() public static method

public static GetService ( string contentLocation, ILoggingDataService loggingService ) : IBlogDataService
contentLocation string
loggingService ILoggingDataService
return IBlogDataService

RemoveService() public static method

public static RemoveService ( string contentLocation ) : bool
contentLocation string
return bool