コード例 #1
0
 public PortofolioController(IUnitOfWork <PortofolioUOW> uow, IUnitOfWork <TestUOW> obj /*IUnitOfWork uow*/)
 {
     _uow = uow as PortofolioUOW;
 }
コード例 #2
0
 public DashboardController(IHostingEnvironment hosting, IUnitOfWork <PortofolioUOW> uow)
 {
     this.hosting = hosting;
     this.uow     = uow as PortofolioUOW;
 }