Example #1
0
 public void CreateSection(SectionEntity section)
 {
     ArgumentNullCheck(section);
     sectionRepository.CreateNewSection(section.ToDalSection());
     uow.Commit();
 }