Exemple #1
0
 bool IEveRepository.TryGetAssemblyLineById(Industry.AssemblyLineId id, out Industry.AssemblyLine value)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 Industry.AssemblyLine IEveRepository.GetAssemblyLineById(Industry.AssemblyLineId id)
 {
     throw new NotImplementedException();
 }