Esempio n. 1
0
 public ActionResult Subscriptions(Guid userID)
 {
     return(Ok(_subscriptionRepo.GetByUser(userID).ToArray()));
 }