Exemple #1
0
 public OTManager()
 {
     Messages  = new List <ChatMessage>();
     Documents = new Dictionary <string, IOTAwareContext>();
     MandrakeBuilder.Compose(this);
 }
Exemple #2
0
 public AggregateOperationManager()
 {
     MandrakeBuilder.Compose(this);
 }