Esempio n. 1
0
 public string GetUserStatus([FromBody] User_Date user)
 {
     return(db.get_user_status(user.uid).FirstOrDefault <string>());
 }