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

Reset() public static method

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