예제 #1
0
 public Models.AuditInfo Get(int id)
 {
     return(_auditLogService.Get(id));
 }