Example #1
0
 public ReadOnlyBaseController(IReadOnlyLogic <Entity> logic)
 {
     this.logic = logic;
 }
Example #2
0
 public ReadOnlyBaseController(IReadOnlyLogic <Entity> logic)
 {
     this.logic            = logic;
     this.logic.LoggedUser = new LoggedUser((ClaimsIdentity)User.Identity);
 }