Beispiel #1
0
 public CustomerPolicyController()
 {
     CustomerPolicyApplicationService = new CustomerPolicyApplicationService();
 }
Beispiel #2
0
 /// <summary>
 ///  Customer Controller Constructor
 /// </summary>
 /// <param name="customerPolicyApplicationService">Customer Application Service</param>
 public CustomerPolicyController(ICustomerPolicyApplicationService customerPolicyApplicationService)
 {
     CustomerPolicyApplicationService = customerPolicyApplicationService;
 }