コード例 #1
0
 public GetExistingAddressOptions(IGetCurrentUser getCurrentUser, CartModel cart, IBelongToUserLookupService belongToUserLookupService)
 {
     _getCurrentUser            = getCurrentUser;
     _cart                      = cart;
     _belongToUserLookupService = belongToUserLookupService;
 }
コード例 #2
0
 public UserOrderController(IBelongToUserLookupService belongToUserLookupService)
 {
     _belongToUserLookupService = belongToUserLookupService;
 }
コード例 #3
0
 public ArticleController(IBelongToUserLookupService belongToUserLookupService)
 {
     _belongToUserLookupService = belongToUserLookupService;
 }