public ActionResult GetMonths()
        {
            var months = EditPhotoHelper.GetMonths();

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