コード例 #1
0
 public virtual int DeleteAll()
 {
     try
     {
         mongoDbDao.DeleteAll();
     }
     catch (Exception ex)
     {
         return(0);
     }
     return(1);
 }