Beispiel #1
0
 public async Task <int> GetLastId(string table)
 {
     return(await _deThiRepository.GetLastId(table));
 }