Esempio n. 1
0
 // GET api/<controller>/5
 public Notification Get(int id)
 {
     return(NotificationBL.GetById(id));
 }