Esempio n. 1
0
 IEnumerable <ActorRef> On(GetDirectReports x) => reports.AsReadOnly();
Esempio n. 2
0
 IEnumerable <ActorRef> On(GetDirectReports x)
 {
     return(reports.AsReadOnly());
 }