Inheritance: BusinessObject
Esempio n. 1
0
 protected void Update(NamedObject other)
 {
     if (null != other.Name)
     {
         _name = other.Name;
     }
 }
Esempio n. 2
0
		protected void Update(NamedObject other)
		{
			if (null != other.Name)
			{
				_name = other.Name;
			}
		}