예제 #1
0
 public IHttpActionResult AddHousehold(string name, string greeting)
 {
     return(Ok(_db.AddHousehold(name, greeting)));
 }