Bamboo.Prevalence.Collections.Tests.Customer.Customer C# (CSharp) Method

Customer() public method

public Customer ( string name ) : System
name string
return System
		public Customer(string name)
		{
			_name = name;
		}