예제 #1
0
        public KullaniciDTO GetByUsernamePassword(string username, string password)
        {
            KullaniciBLL kullaniciBusiness = new KullaniciBLL();
            var          model             = kullaniciBusiness.GetByUsernamePassword(username, password);

            return(model);
        }