Esempio n. 1
0
 // GET api/<controller>
 public List <Notification> Get()
 {
     return(NotificationBL.GetAll());
 }