pull/3/head
David D'ALMEIDA 2 years ago
parent f34951672d
commit 47ade9ad3b

@ -20,7 +20,7 @@ namespace API_LoL_Project.Mapper
{
if (dto == null)
{
var message = string.Format("Champion with name = {} not found", dto.Name);
var message = string.Format("Champion with name = {} noddt found", dto.Name);
/*throw new HttpResponseException(Request.CreateErrorResponse(HttpStatusCode.NotFound, message));
*/}
return new Champion(dto.Name);

Loading…
Cancel
Save