コード例 #1
0
 public CarService(IORMUow uow)
     : base(uow)
 {
 }
コード例 #2
0
 protected BaseService(IORMUow uow)
 {
     Uow = uow;
 }