예제 #1
0
 public bool UpdUsrPassword(Credential cr, LoginUsr LUser, bool RemoveLink)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.UpdUsrPassword(cr, LUser, RemoveLink));
     }
 }