Month: August 2023
We cover ways to organize commands and queries in subsequent chapters. Let’s start with the JoinChatRoom feature: public class JoinChatRoom{ public record class Command(IChatRoom ChatRoom, IParticipant Requester) :…
We cover ways to organize commands and queries in subsequent chapters. Let’s start with the JoinChatRoom feature: public class JoinChatRoom{ public record class Command(IChatRoom ChatRoom, IParticipant Requester) :…