Ejemplo n.º 1
0
 public AuditModel GetModelByAuditor(string auditor)
 {
     return(dal.GetModelByAuditor(auditor));
 }