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