Ejemplo n.º 1
0
 public void ReceiveReport(SuperMiddleManager superMiddleManager)
 {
     // Increase business wisdom by looking at that fish animation generated from all those reports
 }
Ejemplo n.º 2
0
 public void AddSuperMiddleManager(SuperMiddleManager superMiddleManager)
 {
     _superMiddleManagers.Add(superMiddleManager);
 }