source: trunk/grails-app/services/TaskService.groovy @ 143

Last change on this file since 143 was 143, checked in by gav, 15 years ago

Busy adding TaskSearchService?.

File size: 181 bytes
Line 
1class 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.