public StaticProcessVO(string msg) { Staticlogger.LogInfo(this.GetType(), msg); }
public StaticProcessVO() { Staticlogger.LogInfo(this.GetType(), "Incidents Created"); }