コード例 #1
0
 public virtual void Insert(Entity entity)
 {
     UnitOfWork.Repository <Entity>().Insert(entity);
 }