Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INamedItem.cs
2{
6 public interface INamedItem
7 {
11 string Name { get; }
12 }
13}