BusinessServices.ExampleService.ExampleService C# (CSharp) Method

ExampleService() public method

public ExampleService ( IExampleRepository exampleRepository ) : BusinessServices.Contract
exampleRepository IExampleRepository
return BusinessServices.Contract
        public ExampleService(IExampleRepository exampleRepository)
        {
            this.exampleRepository = exampleRepository;
        }