Beispiel #1
0
 protected List <string> GetTop5Sellers()
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.GetTop5Sales());
 }