Beispiel #1
0
 public async Task <ResponseDto> NotifyAsync <T>(Notifiable <T> notifiable)
 {
     return(await notifiable.SendAsync(this));
 }