Exemplo n.º 1
0
		public static void MapTo(this IUserRole source, IUserRole target)
		{
			target.MapFrom(source);
		}