Ejemplo n.º 1
0
 public long CreateEntry(MainStreamSurprise entry)
 {
     entry = db.MainStreamSurprise.Add(entry);
     db.SaveChanges();
     return(entry.Id);
 }
Ejemplo n.º 2
0
        public long CreateEntry(MainStreamSurprise entry)
        {
            long entryId = repository.CreateEntry(entry);

            return(entryId);
        }