Exemple #1
0
 public async Task <int> SaveAsync()
 {
     return(await _tweetsContext.SaveChangesAsync());
 }