Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDays.cs
2{
6 public interface IDays
7 {
11 int Days { get; }
12 }
13}
Interface for objects having a Days component.
Definition: IDays.cs:7