コード例 #1
0
ファイル: Authentication.cs プロジェクト: sampath1983jan/TS
 public bool ChangeUserType(UserType userType)
 {
     if (dataAuthentication.ChangeUserType(this.UserID, userType))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }