Exemple #1
0
 public static bool          delete_User(this TM_WebServices webServices, TM_User tmUser)
 {
     if (tmUser.notNull())
     {
         return(webServices.DeleteUser(tmUser.UserId));
     }
     return(false);
 }
Exemple #2
0
 public static bool          delete_User(this TM_WebServices webServices, int userId)
 {
     return(webServices.DeleteUser(userId));
 }