public UserProfileController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow = uow;
     _linkCreator = linkCreator;
 }
Beispiel #2
0
 public LinksController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow =uow;
     _linkCreator = linkCreator;
 }
Beispiel #3
0
 public UserProfileController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
Beispiel #4
0
 public LinksController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
 public UserApplicationController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
 public UserApplicationController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow =uow;
     _linkCreator = linkCreator;
 }