Sign in
apache
/
grails-data-hibernate6
/
64ae7f83bdaab85defa8c9469969299c896a5304
/
.
/
examples
/
grails-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
)
}