C# Class BusinessServices.ExampleService

Inheritance: IExampleService
Show file Open project: xby2/regular-expression-contest-website

Public Methods

Method Description
CreatePhone ( ) : void
ExampleService ( IExampleRepository exampleRepository ) : BusinessServices.Contract

Method Details

CreatePhone() public method

public CreatePhone ( ) : void
return void

ExampleService() public method

public ExampleService ( IExampleRepository exampleRepository ) : BusinessServices.Contract
exampleRepository IExampleRepository
return BusinessServices.Contract