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