retroactiune/Retroactiune.WebAPI/Controllers/Feedback.cs

9 lines
205 B
C#
Raw Normal View History

2021-05-29 17:01:15 +00:00
using Microsoft.AspNetCore.Mvc;
namespace Retroactiune.Controllers
{
public class Feedback : ControllerBase
{
// TODO Add feedback, list feedback, delete feedback, ged feedback.
}
}