Create new web api for Checklist templates
Review Request #6106 — Created July 15, 2014 and discarded — Latest diff uploaded
Declerations, and override access methods.
Added create method to post a new template list. It attaches the user to the new template list.
Added update method that :
- creates a new items when id is not present
- updates items when id, and description is present
- delete item when only id is present