コード例 #1
0
 public static async Task <string> DeleteAlumnoAsync(int IdAlumno)
 {
     return(await bl.DeleteAlumnoAsync(IdAlumno));
 }