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