예제 #1
0
 public void Create(Title entity)
 {
     entity.ID = Guid.NewGuid();
     TR.CRUD(entity, EntityState.Added);
 }