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