Esempio n. 1
0
        public string Create(string url, string branch)
        {
            using (var repo = new JobRepository())
            {
                repo.AddNewJob(url, branch);
            }

            return("Job Queued.");
        }