Ejemplo n.º 1
0
 public virtual Task <NotificationDto> CreateAsync(CreateUpdateNotificationDto input)
 {
     return(_service.CreateAsync(input));
 }