コード例 #1
0
ファイル: DeliveryService.cs プロジェクト: FishAbe/cats
 public DeliveryService()
 {
     this._unitOfWork = new UnitOfWork();
     this._hubUnitOfWork = new Data.Hub.UnitOfWork();
 }
コード例 #2
0
ファイル: DeliveryService.cs プロジェクト: nathnael/cats
 public DeliveryService()
 {
     this._unitOfWork    = new UnitOfWork();
     this._hubUnitOfWork = new Data.Hub.UnitOfWork();
 }