MrCoder
9/25/2017 - 11:52 AM

Example for www.zenuml.com. RESTful Web service

Example for www.zenuml.com. RESTful Web service

RestfulController.getBook(ID) {
  Service.getBook(ID) {
    Repository.getBookById(ID)
  }
}