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