예제 #1
0
 public List <Application> GetAllApplication()
 {
     return(_memberRepo.GetAllApplication());
 }
예제 #2
0
        public List <Application> GetAllApplication()
        {
            var result = MemberRepo.GetAllApplication();

            return(result);
        }