Line data Source code
1 : #region Copyright
2 : // // -----------------------------------------------------------------------
3 : // // <copyright company="Chinchilla Software Limited">
4 : // // Copyright Chinchilla Software Limited. All rights reserved.
5 : // // </copyright>
6 : // // -----------------------------------------------------------------------
7 : #endregion
8 :
9 : using Cqrs.Domain;
10 :
11 : namespace Cqrs.Akka.Domain.Commands
12 : {
13 : /// <summary>
14 : /// Get the <see cref="IAggregateRoot{TAuthenticationToken}.Id"/> from the Akka.net system.
15 : /// </summary>
16 : public class GetAkkaAggregateRootId
17 1 : {
18 : }
19 : }
|