Exemplo n.º 1
0
 public IPublicationEntity Get(Guid guid)
 {
     try
     {
         return(xs.Get(guid));
     }
     catch (Exception)
     {
         throw;
     }
 }