BeforeAutomapper.Controllers.CustomerController.CustomerController C# (CSharp) Method

CustomerController() public method

public CustomerController ( ) : System.Collections.Generic
return System.Collections.Generic
        public CustomerController()
            : this(new CustomerRepository())
        {
        }

Same methods

CustomerController::CustomerController ( ICustomerRepository repository ) : System.Collections.Generic