Exemplo n.º 1
0
 public IEnumerable <string> Get()
 {
     return(_moduleService.GetAssemblies().Select(a => a.FullName));
 }