コード例 #1
0
 public string AssignPolicy(Customer customer)
 {
     repository.AssignPolicy(customer);
     return("OK");
 }