Esempio n. 1
0
 public static void BatchInsert(IList <Mongo_Users> list)
 {
     try
     {
         using (var access = new Mongo_UsersAccess())
         {
             access.BatchInsert(list);
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }