예제 #1
0
 public NccModule Get(long entityId)
 {
     return(_entityRepository.Get(entityId));
 }
예제 #2
0
 public NccModule Get(long entityId, bool isAsNoTracking = false)
 {
     return(_entityRepository.Get(entityId));
 }