AccountManagement.UI.QueryModels.AccountQueryModel.ISingleAggregateQueryModel C# (CSharp) Méthode

ISingleAggregateQueryModel() public méthode

public ISingleAggregateQueryModel ( System.Guid id ) : void
id System.Guid
Résultat void
        void ISingleAggregateQueryModel.SetId(Guid id)
        {
            Id = id;
        }
    }