Beispiel #1
0
 bool IEveRepository.TryGetAssemblyLineTypeGroupDetailById(Industry.AssemblyLineTypeId assemblyLineTypeId, GroupId groupId, out Industry.AssemblyLineTypeGroupDetail value)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 bool IEveRepository.TryGetAssemblyLineTypeCategoryDetailById(Industry.AssemblyLineTypeId assemblyLineTypeId, CategoryId categoryId, out Industry.AssemblyLineTypeCategoryDetail value)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 Industry.AssemblyLineType IEveRepository.GetAssemblyLineTypeById(Industry.AssemblyLineTypeId id)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 bool IEveRepository.TryGetAssemblyLineTypeById(Industry.AssemblyLineTypeId id, out Industry.AssemblyLineType value)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 bool IEveRepository.TryGetAssemblyLineStationById(Universe.StationId stationId, Industry.AssemblyLineTypeId assemblyLineTypeId, out Industry.AssemblyLineStation value)
 {
     throw new NotImplementedException();
 }