Exemplo n.º 1
0
 public void AddSection(Entities.Section sectionType)
 {
     context.Sections.Add(sectionType);
 }
Exemplo n.º 2
0
 public void UpdateSection(Entities.Section sectionType)
 {
     context.Entry(sectionType).State = EntityState.Modified;
 }