Exemplo n.º 1
0
 public UserProfileController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow = uow;
     _linkCreator = linkCreator;
 }
Exemplo n.º 2
0
 public LinksController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow =uow;
     _linkCreator = linkCreator;
 }
Exemplo n.º 3
0
 public UserProfileController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
Exemplo n.º 4
0
 public LinksController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
Exemplo n.º 5
0
 public UserApplicationController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow          = uow;
     _linkCreator = linkCreator;
 }
 public UserApplicationController(IKuerzerUow uow, ILinkCreator linkCreator)
 {
     Uow =uow;
     _linkCreator = linkCreator;
 }