Exemplo n.º 1
0
 public bool ChkAdminLogin(string RowAuths)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.ChkAdminLogin(RowAuths));
     }
 }