Worki.Data.Models.Localisation.Localisation C# (CSharp) Method

Localisation() public method

public Localisation ( ) : System
return System
        public Localisation()
        {
            this.Comments = new HashSet<Comment>();
            this.FavoriteLocalisations = new HashSet<FavoriteLocalisation>();
            this.LocalisationClients = new HashSet<LocalisationClient>();
            this.LocalisationFeatures = new HashSet<LocalisationFeature>();
            this.LocalisationFiles = new HashSet<LocalisationFile>();
            this.MemberEditions = new HashSet<MemberEdition>();
            this.Invoices = new HashSet<Invoice>();
            this.Offers = new HashSet<Offer>();
            OnInitialized();
        }