Beispiel #1
0
 public CustomerDTO AssociaACustomer(int buildingID, string username)
 {
     return(buildingService.AssociaACustomer(buildingID, username));
 }