Ejemplo n.º 1
0
 public string GetEmployeesExtendedData(string extendedDataInfo)
 {
     return(ExtendedDataHelper.GetExtendedData(CurrentDataSource.Employees, extendedDataInfo));
 }
Ejemplo n.º 2
0
 public string GetProductsExtendedData(string extendedDataInfo)
 {
     return(ExtendedDataHelper.GetExtendedData(CurrentDataSource.Products, extendedDataInfo));
 }