public ActionResult GetDays()
        {
            var days = EditPhotoHelper.GetDays();

            return(Json(days));
        }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EditPhotoView"/> class.
 /// </summary>
 public EditPhotoView()
 {
     Month = EditPhotoHelper.GetMonths();
     Day   = EditPhotoHelper.GetDays();
 }