Exemplo n.º 1
0
 public string CheckSso(long @operator, string session)
 {
     return(db.UP_CheckSSO(@operator, session).FirstOrDefault());
 }