예제 #1
0
파일: LoginModel.cs 프로젝트: Mrding/Ribbon
 public void AuditLoginLog(AuditLog log)
 {
     _auditLogRepository.MakePersistent(log);
 }
예제 #2
0
 public void Write(AuditLog log)
 {
     _repository.MakePersistent(log);
 }