Exemplo n.º 1
0
 public StaticProcessVO(string msg)
 {
     Staticlogger.LogInfo(this.GetType(), msg);
 }
Exemplo n.º 2
0
 public StaticProcessVO()
 {
     Staticlogger.LogInfo(this.GetType(), "Incidents Created");
 }