Example #1
0
 public void Insert(CATEGORY Category)
 {
     _categoryDAO.Insert(Category);
     Context.SaveChanges();
 }