Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / controllers / com / eneraptor / hci / ActionsController.groovy @ 42

History | View | Annotate | Download (119 Bytes)

1
package com.eneraptor.hci
2

    
3
class ActionsController {
4

    
5
    def main = { }
6
        
7
        def view = { }
8
        
9
        def add = { }
10
        
11
}