コード例 #1
0
ファイル: DummyEveRepository.cs プロジェクト: jhtodd/Eve
 bool IEveRepository.TryGetAssemblyLineById(Industry.AssemblyLineId id, out Industry.AssemblyLine value)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: DummyEveRepository.cs プロジェクト: jhtodd/Eve
 Industry.AssemblyLine IEveRepository.GetAssemblyLineById(Industry.AssemblyLineId id)
 {
     throw new NotImplementedException();
 }