public interface ConcessioniI
String
create(String toCreate)
getAll()
readById(String id)
update(String id, String updated)
String create(String toCreate) throws Exception
Exception
String readById(String id) throws Exception
String getAll() throws Exception
String update(String id, String updated) throws Exception
Copyright © 2020. All Rights Reserved.