예제 #1
0
        static void Main(string[] args)
        {
            DataAccessLayer.LISDAL    dal = new DataAccessLayer.LISDAL();
            BusinessLogicLayer.LISBLL bll = new BusinessLogicLayer.LISBLL(dal);

            IBLL.DTO.EpisodioDTO epis = bll.GetEpisodioById("697798");
        }
예제 #2
0
파일: LIS.cs 프로젝트: GitMAGI/LISPluginGen
 public LIS()
 {
     dal = new DataAccessLayer.LISDAL();
     bll = new BusinessLogicLayer.LISBLL(dal);
 }