AdventureWorks.WebServices.Controllers.AddressController.AddressController C# (CSharp) Method

AddressController() public method

public AddressController ( ) : System.Collections.Generic
return System.Collections.Generic
        public AddressController():this(new AddressRepository())
        {
            
        }

Same methods

AddressController::AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic