You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class ServiceIngenerJournal
{
public int ID { get; set; }
public bool state { get; set; }
public DateTime? dt { get; set; }
public int? numobject { get; set; }
public string dopinfo { get; set; }
public int? statecell { get; set; }
public string nameaddress { get; set; }
public string prefix { get; set; }
public string comments { get; set; }
public bool? isSirenOn { get; set; }
}
My class:
Main code:
The text was updated successfully, but these errors were encountered: