Exemplo n.º 1
0
 public static void Write(string type, string text) {
   using (var db = new DbDataContext())
     db.Log(Program, type, text);
 }
Exemplo n.º 2
0
 public static void Write(string type, string text)
 {
     using (var db = new DbDataContext())
         db.Log(Program, type, text);
 }