Base solution for your next web application
Open Closed

Entity Dto Input #1822


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.