コード例 #1
0
        public Artist populateHome(string email, string password)
        {
            DBService dbs = new DBService();

            return(dbs.populateHomeArtist(email, password));
        }