Beispiel #1
0
 public void Add(DbEvents events)
 {
     try
     {
         this.Insert(events);
     }
     catch (Exception ex)
     {
         Log.Error("",ex);
     }
 }
Beispiel #2
0
 public void Add(DbEvents events)
 {
     try
     {
         this.Insert(events);
     }
     catch (Exception ex)
     {
         Log.Error("", ex);
     }
 }
Beispiel #3
0
 public void Add(DbEvents events)
 {
     this.Insert(events);
 }
Beispiel #4
0
 public void Add(DbEvents events)
 {
     this.Insert(events);
 }