Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
C# (CSharp) IStudentApi.AddAsync примеры использования
Язык программирования:
C# (CSharp)
Класс/Тип:
IStudentApi
Метод/Функция:
AddAsync
Примеров на hotexamples.com:
1
C# (CSharp) IStudentApi.AddAsync - 1 пример найден
. Это лучшие примеры C# (CSharp) кода для
IStudentApi.AddAsync
, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Основные методы
Показать
Скрыть
GetAll(2)
GetByIdAsync(2)
GetStudentGroupAsync(2)
AddAsync(1)
GetStudentsAsync(1)
GetStudentCoursesByCourseIdAsync(1)
GetStudentCoursesByCourseIdWithHttpMessagesAsync(1)
GetStudentCoursesWithHttpMessagesAsync(1)
GetStudents(1)
RemoveStudentByParentAccessCodeAsync(1)
GetStudentsWithHttpMessagesAsync(1)
GetStudentCoursesByCourseId1Async(1)
RemoveStudentByParentAccessCodeWithHttpMessagesAsync(1)
SaveStudentAsync(1)
UpdateAsync(1)
UpdateStudentsSeatingChartAsync(1)
GetStudentCoursesByCourseId1WithHttpMessagesAsync(1)
GetStudentCourseBlocksByCourseIdWithHttpMessagesAsync(1)
GetStudentCoursesAsync(1)
DeleteAsync(1)
GetStudentCourseBlocksByCourseIdAsync(1)
GetStudentCourseBlocksByCourseId1WithHttpMessagesAsync(1)
GetStudentCourseBlocksByCourseId1Async(1)
GetStudentCourseAttendanceSummaryWithHttpMessagesAsync(1)
GetStudentCourseAttendanceSummaryAsync(1)
GetStudentByParentAccessCodeWithHttpMessagesAsync(1)
GetStudentByParentAccessCodeAsync(1)
GetStudentActiveCoursesWithHttpMessagesAsync(1)
GetStudentActiveCoursesAsync(1)
GetParentDetailsWithHttpMessagesAsync(1)
GetParentDetailsAsync(1)
GetAllStudentViewModelAsync(1)
UpdateStudentsSeatingChartWithHttpMessagesAsync(1)
Основные методы
GetAll (2)
GetByIdAsync (2)
GetStudentGroupAsync (2)
AddAsync (1)
GetStudentsAsync (1)
GetStudentCoursesByCourseIdAsync (1)
GetStudentCoursesByCourseIdWithHttpMessagesAsync (1)
GetStudentCoursesWithHttpMessagesAsync (1)
GetStudents (1)
RemoveStudentByParentAccessCodeAsync (1)
Основные методы
GetStudentsWithHttpMessagesAsync (1)
GetStudentCoursesByCourseId1Async (1)
RemoveStudentByParentAccessCodeWithHttpMessagesAsync (1)
SaveStudentAsync (1)
UpdateAsync (1)
UpdateStudentsSeatingChartAsync (1)
GetStudentCoursesByCourseId1WithHttpMessagesAsync (1)
GetStudentCourseBlocksByCourseIdWithHttpMessagesAsync (1)
GetStudentCoursesAsync (1)
DeleteAsync (1)
GetStudentCourseBlocksByCourseIdAsync (1)
GetStudentCourseBlocksByCourseId1WithHttpMessagesAsync (1)
GetStudentCourseBlocksByCourseId1Async (1)
GetStudentCourseAttendanceSummaryWithHttpMessagesAsync (1)
GetStudentCourseAttendanceSummaryAsync (1)
GetStudentByParentAccessCodeWithHttpMessagesAsync (1)
GetStudentByParentAccessCodeAsync (1)
GetStudentActiveCoursesWithHttpMessagesAsync (1)
GetStudentActiveCoursesAsync (1)
GetParentDetailsWithHttpMessagesAsync (1)
Основные методы
GetStudentCourseBlocksByCourseIdAsync (1)
GetStudentCourseBlocksByCourseId1WithHttpMessagesAsync (1)
GetStudentCourseBlocksByCourseId1Async (1)
GetStudentCourseAttendanceSummaryWithHttpMessagesAsync (1)
GetStudentCourseAttendanceSummaryAsync (1)
GetStudentByParentAccessCodeWithHttpMessagesAsync (1)
GetStudentByParentAccessCodeAsync (1)
GetStudentActiveCoursesWithHttpMessagesAsync (1)
GetStudentActiveCoursesAsync (1)
GetParentDetailsWithHttpMessagesAsync (1)
GetParentDetailsAsync (1)
GetAllStudentViewModelAsync (1)
UpdateStudentsSeatingChartWithHttpMessagesAsync (1)
Основные методы
GetParentDetailsAsync (1)
GetAllStudentViewModelAsync (1)
UpdateStudentsSeatingChartWithHttpMessagesAsync (1)
Пример #1
0
Показать файл
Файл:
StudentsFacade.cs
Проект:
VladimirZaitsev/VladimirZaitsev_dotnet
public async Task AddStudentAsync(Student student) { await _studentApi.AddAsync(student); }
x