Esempio n. 1
0
 public IEnumerable DryIoC_Enumerable()
 {
     return(dryIocContainer.ResolveMany <IUserService>().ToArray());
 }