Example #1
0
 public Task <MemberDto> CreateAsync(CreateUpdateMemberDto input)
 {
     return(_memberAppService.CreateAsync(input));
 }