Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.RelationByMap.Reference.CreateReferenceModel_FromValue C# (CSharp) Method

CreateReferenceModel_FromValue() public method

public CreateReferenceModel_FromValue ( ) : Customer
return Bosphorus.Dao.Demo.Common.Business.Customer
        public Customer CreateReferenceModel_FromValue()
        {
            Customer customer = Reference<Customer>.WithId(instance => instance.Id, 123);
            return customer;
        }