예제 #1
0
 public virtual Task <GroupDto> CreateAsync(GroupCreateDto input)
 {
     return(_groupAppService.CreateAsync(input));
 }