Ejemplo n.º 1
0
 public int AddSubtitle(Subtitle s)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int AddSubtitle(Subtitle s)
 {
     m_db.Subtitles.Add(s);
     m_db.SaveChanges();
     return s.Id;
 }