示例#1
0
 private async Task GetCompanyReps()
 {
     companyreps = await ProgramContext.GetCompanyRepsByProgramId(ProgrammeId);
 }