source:
trunk/grails-app/services/TaskService.groovy
@
149
Last change on this file since 149 was 143, checked in by , 15 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | class TaskService { |
2 | |
3 | boolean transactional = true |
4 | static scope = "request" |
5 | |
6 | def dateUtilService |
7 | |
8 | def taskDates(taskInstance, params) { |
9 | println "yes" |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.