Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.                 <div class="right">
  2.                     <%MDLive.Models.Repositories.UserRepository userRepository = new MDLive.Models.Repositories.UserRepository();
  3.                        userRepository.GetByLoginId(int.Parse(Context.User.Identity.Name));
  4.                     %>
  5.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement