AccesoDatos.Seguridad.Login C# (CSharp) 메소드

Login() 공개 정적인 메소드

public static Login ( string email, string password ) : int
email string
password string
리턴 int
        public static int Login(string email, string password)
        {
            // Acceder a la base de datos
            // return 1;
            throw new NotImplementedException("No hay base de datos!!");
        }
Seguridad