Exemplo n.º 1
0
 public bool addFeedback(string feed, string contact, string device)
 {
     return(dal.addFeedback(feed, device, contact) > 0);
 }