Advertisement
daegron

dao4

Nov 25th, 2022
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. public class UserDao
  2. {  
  3.     public User findById(int id)
  4.     {
  5.         // execute a sql query to find the user
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement