Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. using BooksWidget.Mvc.Models;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Web;
  6. using System.Web.Mvc;
  7. using Telerik.Sitefinity.Mvc;
  8.  
  9. namespace BooksWidget.Mvc.Controllers
  10. {
  11. [ControllerToolboxItem(Name = "Books", SectionName = "Feather samples", Title = "Books")]
  12. public class BookController_TimespanExample : Controller
  13. {
  14.  
  15. //custom logic
  16.  
  17. public string SelectedItem
  18. {
  19. get;
  20. set;
  21. }
  22. }
  23. }
Add Comment
Please, Sign In to add comment