Example #1
0
 public int?LookupLocation(string location)
 {
     return((int?)locationConcepts.LookupValue(location));
 }