Esempio n. 1
0
 public static List <ActionReport> GetListByTitle(string title)
 {
     return(ActionReportAccess.GetListByTitle(title));
 }