예제 #1
0
 public void LogApi(LogApiEntry entry)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void LogApi(LogApiEntry entry)
 {
     _dbContext.Execute(_host.CatalogDataSource, "a2api.WriteLog", entry);
 }