Esempio n. 1
0
 public List <AuditModel> GetListByProjectID(int projectID)
 {
     return(dal.GetListByProjectID(projectID));
 }