예제 #1
0
 public EmployeeContainer(EmployeeMetadata metadata, IActorRef actor, IActorRef feed, EmployeeCalendarContainer calendar)
 {
     this.Metadata = metadata;
     this.Actor    = actor;
     this.Feed     = feed;
     this.Calendar = calendar;
 }
예제 #2
0
 public EmployeeStoredInformation(EmployeeMetadata metadata)
 {
     this.Metadata = metadata;
 }