コード例 #1
0
 public virtual Task <int> MergeStudentListAsync(List <Student> students)
 {
     return(studentStore.MergeStudentListAsync(students));
 }