0
epayday created
Hi, for v2.1 we replaced IdInput with EntityDto. However there is still one error remaining as to attachement. Code below [AbpAuthorize(AppPermissions.Pages_Tenant_PhoneBook_DeletePerson)] public async Task DeletePerson(EntityDto input) { await _personRepository.DeleteAsync(input.Id); } Cannot convert from method group to person. Thanks, [attachment=0:3mwr7p2q]Delete Person 17102016 1028.png[/attachment:3mwr7p2q]
1 Answer(s)
-
0
Hi,
I have got your project. It seems like you created a class named EntityDto in your project. You should delete it and use ABP's EntityDto class.