Beispiel #1
0
 public Guid Add(IPublicationEntity entity)
 {
     try
     {
         return(xs.Insert(entity));
     }
     catch (Exception)
     {
         throw;
     }
 }