Пример #1
0
        public People postfromaapp(string mob, string password)
        {
            AuthContext context = new AuthContext();
            People      check   = context.CheckPeople(mob, password);

            return(check);
        }