AssetManager.Model.Asset.Asset C# (CSharp) Méthode

Asset() public méthode

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