コード例 #1
0
 [WebMethod(EnableSession = true)][Admin(SecurityAction.Demand)]                public string           Git_Execute(string gitCommand)
 {
     return(UtilMethods.executeGitCommand(gitCommand));
 }