Guest User

Untitled

a guest
Nov 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public string CreateJ1939(FCTJ1939Entity j1939Entity)
  2. {
  3.  
  4. _unitOfWork.FCTJ1939Repository.Insert(j1939Entity);
  5. _unitOfWork.Save();
  6. return null;
  7. }
  8.  
  9. var jlist=new FCT_j1939 {}; and then passing jlist to Generic repository method
Add Comment
Please, Sign In to add comment