using System.ComponentModel; namespace EasyBL{ public class ShareCost { public double Persent { set; get; } public double SharedActualCost { set; get; } }}
using System.ComponentModel;
namespace EasyBL
{
public class ShareCost
public double Persent { set; get; }
public double SharedActualCost { set; get; }
}