예제 #1
0
		public void SetValues(ProductCodesDO obj)
		{
			if(obj == null) { return; }
			Code = obj.Code;
			FriendlyValue = obj.FriendlyValue;
		}
예제 #2
0
		public ProductCodesDO(ProductCodesDO obj) : this()
		{
		    SetValues(obj);
		}