Esempio n. 1
0
 public IHttpActionResult ImportFromFeed()
 {
     _sessionsRepository.ImportFromFeed();
     return(Ok());
 }