Beispiel #1
0
 public void Insert(Log log)
 {
     _logDal.Insert(log);
 }