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