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