示例#1
0
 public async Task <bool> UpdateAsync(DbEntity_User updatedUser)
 {
     _ksuGdcContext.Update(updatedUser);
     return(true);
 }
示例#2
0
 public async Task <bool> UpdateAsync(DbEntity_Game updatedGame)
 {
     _ksuGdcContext.Update(updatedGame);
     return(true);
 }