using System; using System.Collections.Generic; namespace MySystem.PxcModels { public partial class ProfitObjectsActivesForId { public string Name { get; set; } public int ActivityId { get; set; } } }