예제 #1
0
 public void InsertMany(List <AuditLog> auditLogList)
 {
     MongoDBManager.insertMany <AuditLog>(auditLogList);
 }