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