Example #1
0
 public Task <MemberDto> UpdateAsync(Guid id, CreateUpdateMemberDto input)
 {
     return(_memberAppService.UpdateAsync(id, input));
 }