Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. using System.Web.Mvc;
  2. using SmartSab.Domain.Logic.Admin;
  3. using SmartSab.Web.Infrastructure.Security;
  4.  
  5. namespace SmartSab.Web.Areas.Admin.Controllers
  6. {
  7. public class BaseMvcController : Controller
  8. {
  9. protected string LaborOfficeId => ((SmartAdminPrincipal) User).LaborOfficeId;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement