Esempio n. 1
0
 public int PutUms([FromBody] User_Marketing_Sources ums)
 {
     return(db.add_ums(ums.ums_id, ums.uid, ums.url));
 }