Exemple #1
0
        public void AddContract(string htmlContent, Employee createdBy)
        {
            var contract = CompanyContract.Create(htmlContent, createdBy, this);

            this.Contract   = contract;
            this.ContractId = contract.Id;
        }