Exemplo n.º 1
0
 public string PostExample(ExampleClientDTO client)
 {
     return(exampleBLL.PostExample(client));
 }
 public string PostExample(ExampleClientDTO client)
 {
     return(client.FirstName + ' ' + client.Email);
 }