示例#1
0
 public void Add(ServiceCategory serviceCategory)
 {
     _context.Add(serviceCategory);
     _context.SaveChanges();
 }