Guest User

Untitled

a guest
Dec 11th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. using Abp.Runtime.Session;
  2.  
  3. //in the .Core project
  4. namespace CompanyName.ProjectY.Session
  5. {
  6. public interface IMyAbpSession : IAbpSession
  7. {
  8. int? AccountId { get; }
  9. }
  10. }
Add Comment
Please, Sign In to add comment