Exemple #1
0
 def delete(self, id):
     timesheet = Timesheet.load(id)
     timesheets.delete(timesheet)
     return "deleted"