Exemplo n.º 1
0
 public static void Deploy()
 {
     if (IsDeployed())
     {
         return;
     }
     _redirects = RedirectionUtil.RedirectType(typeof(T));
 }