Esempio n. 1
0
 public IList <IPublicationEntity> GetAll()
 {
     try
     {
         return(xs.GetAll());
     }
     catch (Exception)
     {
         throw;
     }
 }