Пример #1
0
 public async Task <bool> Update(WFTask wFTask)
 {
     _wFContext.Update(wFTask); //Change Tracker : only change the state
     try
     {
         await _wFContext.SaveChangesAsync();
     }
     catch (Exception ex)
     {
     }
     return(true);
 }