コード例 #1
0
 public CombustibleService(ICombustibleRepository combustible_repository)
 {
     this.combustible_repository = combustible_repository;
 }
コード例 #2
0
 public CombustibleDomain(ICombustibleRepository combustibleRepository)
 {
     this._combustibleRepository = combustibleRepository;
 }