Example #1
0
 public void Create(Department entity)
 {
     DR.CRUD(entity, EntityState.Added);
 }