Ejemplo n.º 1
0
 /// <summary>
 /// Konstruktor
 /// </summary>
 public MetricsController()
 {
     _service = new MetricsServices();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Konstruktor
 /// </summary>
 public TargetController()
 {
     _service = new MetricsServices();
 }