Exemple #1
0
 /// <summary>
 /// Method to get lsc combobox information
 /// </summary>
 /// <param name="lscIds">lscIds</param>
 public Dictionary <string, string> GetLscs(Dictionary <int, int> lscIds)
 {
     try {
         return(comboboxDal.GetLscs(lscIds));
     } catch {
         throw;
     }
 }