Exemple #1
0
 public static long SaveInformationToDB(this string log, service service, eventID eventID)
 {
     return(DBLogs.SaveInformation(log, (service == service.Null ? (int?)null : (int)service), (eventID == eventID.Null ? (int?)null : (int)eventID)));
 }
Exemple #2
0
 public static long SaveInformationToDB(this string log)
 {
     return(DBLogs.SaveInformation(log));
 }