private async Task SetUpProperties() { PartModels = (await PartDataAccess.GetAllParts()).ToList(); UoMModels = (await UoMDataAccess.GetAllUoMs()).ToList(); DepartmentModels = (await DepartmentDataAccess.GetAllDepartments()).ToList(); AlloyModels = (await MaterialAlloyDataAccess.GetAllMaterialAlloys()).ToList(); SeriesModels = (await MaterialSeriesDataAccess.GetAllMaterialSeries()).ToList(); }
public async Task SetUpProperties() { AllMaterialSeries = (await MaterialSeriesDataAccess.GetAllMaterialSeries()).ToList(); AllMaterialAlloys = (await MaterialAlloyDataAccess.GetAllMaterialAlloys()).ToList(); }