public List <vw_KeyValue> GetProsecutions(int?CourtID) { return(ProsecutionsComponent.GetProsecutions(CourtID).ToList()); }
public List <vw_KeyValue> GetElementaryProsecutions(int CourtID) { return(ProsecutionsComponent.GetElementaryProsecutions(CourtID)); }
public List <vw_KeyValue> GetIntialProsecutions(int Prosecution) { return(ProsecutionsComponent.GetProsecutionsFromPros(Prosecution)); }
public List <vw_KeyValue> GetIntialProsecutionsByCourtID(int CourtID) { return(ProsecutionsComponent.GetInitialProsInCourt(CourtID)); }