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
RevLine 
[137]1class 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.