HallisCode
Results
1
issues of
HallisCode
**MY CODE** ``` using Application.DTO.Registry; using Application.IServices; using GraphQL.AspNet.Attributes; using GraphQL.AspNet.Controllers; using GraphQL.AspNet.Interfaces.Controllers; using System.Threading.Tasks; namespace GraphQL.Controllers.Auth { public class RegistryController : GraphController { private IRegistryService registryService; public RegistryController(IRegistryService registryService)...