示例#1
0
 /// <summary>
 /// Returns the Sub State Regions for State, returned by Data Layer.
 /// Caching is currently not supported by this method due to pressing importance of doing it.
 /// It is to be noted that each State has its own Sub State Region list and so, once the
 /// Caching requirement hits the priority list, this method will be modified to support it.
 /// </summary>
 /// <param name="StateFIPS"></param>
 /// <returns></returns>
 public static IDictionary <int, string> GetSubStateRegionsForState(string StateFIPS)
 {
     return(LookupDAL.GetSubStateRegionsForState(StateFIPS));
 }