コード例 #1
0
ファイル: Project.cs プロジェクト: esp0/cbs-rc
 public void CreateProject(ProjectName name, NationalSocietyId nationalSocietyId, UserId dataOwnerId, int surveillanceContext)
 {
     Apply(new ProjectCreated(EventSourceId, name, nationalSocietyId, dataOwnerId, (int)surveillanceContext));
 }
コード例 #2
0
 public void CreateUser(string fullName, string displayName, string country, NationalSocietyId nationalSocietyId)
 {
     Apply(new UserCreated(EventSourceId, fullName, displayName, country, nationalSocietyId));
 }