restriction T

pull/4/head
Alexandre Ruiz 3 years ago
parent 16059ff5d0
commit 285e20225a
  1. 5
      Collaborateur_Epa_Back/espacecollab.backend.api/Controllers/IBaseController.cs

@ -1,8 +1,9 @@
using Microsoft.AspNetCore.Mvc; using espacecollab.backend.appservices.dtos.Interfaces;
using Microsoft.AspNetCore.Mvc;
namespace espacecollab.backend.api.Controllers; namespace espacecollab.backend.api.Controllers;
public interface IBaseController<TO> public interface IBaseController<TO> where TO : class, IGenericIdApiDto
{ {
ActionResult<IEnumerable<TO>> GetAll(); ActionResult<IEnumerable<TO>> GetAll();

Loading…
Cancel
Save