AdventureWorks.WebServices.Repositories.AddressRepository.Reset C# (CSharp) Method

Reset() public static method

public static Reset ( ) : void
return void
        public static void Reset()
        {
            _addressesDictionary = new Dictionary<string, List<Address>>();
        }
    }