Пример #1
0
		public static void Db_Apply(this ICsspInfoUser packet, RUser user)
		{
			packet.CopyTo(user);
		}
Пример #2
0
		public ViewModel(RUser entity)
		{
			entity.Copy_To(this, true);
		}