Esempio n. 1
0
 public static string Insert(Mongo_Users obj)
 {
     try
     {
         using (var access = new Mongo_UsersAccess())
         {
             return(access.Insert(obj));
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }