Ejemplo n.º 1
0
 public static bool Authenticate(CmsInstance cms)
 {
     try
     {
         return(MigrationEngine.Authenticate(cms));
     }
     catch
     {
         return(false);
     }
 }