예제 #1
0
 bool IEveRepository.TryGetActivityById(Industry.ActivityId id, out Industry.Activity value)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 Industry.Activity IEveRepository.GetActivityById(Industry.ActivityId id)
 {
     throw new NotImplementedException();
 }