Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-mongodb
/
examples
/
test-data-service
/
grails-app
/
services
/
example
/
PersonService.groovy
blob: 643d427a07fc7de5cd8ac6e2a2f62d2174828a05 [
file
] [
log
] [
blame
]
package
example
import
grails
.
gorm
.
services
.
Service
@Service
(
Person
)
abstract
class
PersonService
{
abstract
Person
save
(
String
firstName
,
String
lastName
)
}