コード例 #1
0
 public CustomerRouteService(object customers)
 {
     this.Customers = (Customers)customers;
 }
コード例 #2
0
 public AccountRouteService(object customers)
 {
     this.Customers = (Customers)customers;
 }