Update users_dto_interface.php

This commit is contained in:
Fernando Méndez
2021-04-08 11:03:17 +02:00
committed by GitHub
parent 66271ea4ef
commit eb3563bc37

View File

@@ -1,5 +1,5 @@
<?php <?php
interface UsersDTO { interface UsersInterface {
public function setId($id); public function setId($id);
public function getId(); public function getId();
public function setName($username); public function setName($username);