Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            int a, b, c, d, e;

            a = int.Parse.(Consloe.ReadLine());
            b = int.Parse.(Consloe.ReadLine());
            c = int.Parse.(Consloe.ReadLine());
            d = int.Parse.(Consloe.ReadLine());
            e = int.Parse.(Consloe.ReadLine());
        }
Ejemplo n.º 2
0
        public ActionResult CarsCreate()
        {
            Job newJob = new job(Request.Form["new-job"],
                                 Consloe.ReadLine(Request.Form["new-job"]),
                                 Consloe.ReadLine(Request.Form["new-date"]),
                                 Consloe.ReadLine(Request.Form["new-title"])
                                 );

            newJob.Save();
            return(View(newJob));
        }