コード例 #1
0
 public UnitOfWork CreateUnitOfWork()
 {
     return(new UnitOfWork(ApplicationDbContextFactory.CreateContext()));
 }