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