Exemplo n.º 1
0
 public AuditModel GetModelByAuditID(int auditID)
 {
     return(dal.GetModelByAuditID(auditID));
 }