mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
Final2
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Elektrifikatsiya.Models
|
||||
public string Description { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public Device Plug { get; set; }
|
||||
//if Plug Class implemented -> Property for which plug this event is from
|
||||
|
||||
public Event() { }
|
||||
public Event(string eventName, string description, DateTime date, Device plug)
|
||||
|
||||
Reference in New Issue
Block a user