Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public async Task<ActionResult> ApproveReject(bool IsApprove,Skill skill, Byte[] timestamp = null)
  2. {
  3. unitofwork.Save();
  4. }
  5.  
  6. public void Save()
  7. {
  8. context.SaveChangesAsync();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement