WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Events.WebAPI.Contract.DTOs;
|
||||
using Events.WebAPI.Controllers.Generic;
|
||||
|
||||
namespace Events.WebAPI.Controllers;
|
||||
|
||||
public class EventsController : CrudController<EventDTO, int>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user