public bool SaveUserExtInfo(string LogonName, string Mobile, string Email) { OraUserManagerFactroy _of = new OraUserManagerFactroy(); return(_of.SaveUserExtInfo(LogonName, Mobile, Email)); }