예제 #1
0
 public ActionResult Aylik(int id)
 {
     return(View(GrafikVeriOlusturucu.AylaraGoreGirenArac(id, 'p', new DateTime(2018, 1, 01, 0, 0, 0), new DateTime(2018, 6, 30, 23, 59, 59))));
 }
예제 #2
0
 // GET: Home
 public ActionResult Index()
 {
     return(View(GrafikVeriOlusturucu.AylaraGoreGirenArac(24, 'c', new DateTime(2016, 12, 01, 0, 30, 0), new DateTime(2018, 12, 31, 0, 30, 0))));
 }