C# Класс BusinessServices.ExampleService

Наследование: IExampleService
Показать файл Открыть проект

Открытые методы

Метод Описание
CreatePhone ( ) : void
ExampleService ( IExampleRepository exampleRepository ) : BusinessServices.Contract

Описание методов

CreatePhone() публичный Метод

public CreatePhone ( ) : void
Результат void

ExampleService() публичный Метод

public ExampleService ( IExampleRepository exampleRepository ) : BusinessServices.Contract
exampleRepository IExampleRepository
Результат BusinessServices.Contract