Ejemplo n.º 1
0
 public void CreateProject(ProjectName name, NationalSocietyId nationalSocietyId, UserId dataOwnerId, int surveillanceContext)
 {
     Apply(new ProjectCreated(EventSourceId, name, nationalSocietyId, dataOwnerId, (int)surveillanceContext));
 }
Ejemplo n.º 2
0
 public void CreateUser(string fullName, string displayName, string country, NationalSocietyId nationalSocietyId)
 {
     Apply(new UserCreated(EventSourceId, fullName, displayName, country, nationalSocietyId));
 }