Exemplo n.º 1
0
 public static IDictionary <Int32, string> GetAgenciesForState(string StateFIPS, bool Inactive)
 {
     return(LookupDAL.GetAgenciesForStateLookup(StateFIPS, Inactive));
 }