Ejemplo n.º 1
0
 [WebMethod(EnableSession = true)][Admin(SecurityAction.Demand)]                public string           Git_Execute(string gitCommand)
 {
     return(UtilMethods.executeGitCommand(gitCommand));
 }
Ejemplo n.º 2
0
 [WebMethod(EnableSession = true)][Admin(SecurityAction.Demand)]                public string           GitHub_Push_Commit()
 {
     return(UtilMethods.syncWithGitHub_Commit());
 }