AssetManager.Model.Asset.Asset C# (CSharp) Method

Asset() public method

public Asset ( ) : System
return System
        public Asset()
        {
            Charges = new List<Charge>();
            Rents = new List<Rent>();
        }