BeforeAutomapper.Controllers.CustomerController.CustomerController C# (CSharp) Метод

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

public CustomerController ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public CustomerController()
            : this(new CustomerRepository())
        {
        }

Same methods

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