예제 #1
0
 public async Task <ActionResult <List <NotificationIndexModel> > > Notifications()
 {
     return(await _leadService.Notifications());
 }