예제 #1
0
 bool IUserDAL.ChangeUserPassword(Avfun_UI.User user, string newPassword)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 bool IUserDAL.GetForgetPassword(Avfun_UI.User user)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 Avfun_UI.Course ICourseDAL.GetCourseByID(Avfun_UI.Course course)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 bool ICourseDAL.UpdateCourseInfo(Avfun_UI.Course course)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 Avfun_UI.Admin IAdminDAL.GetAdminByAccountAndPassword(Avfun_UI.Admin admin)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 bool ICourseDAL.CreateCourse(Avfun_UI.Course course)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 Avfun_UI.News INewsDAL.GetNewsByID(Avfun_UI.News news)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 int IUserDAL.InsertUser(Avfun_UI.User user)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 bool INewsDAL.CreateNews(Avfun_UI.News news)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 bool INewsDAL.DeleteNewsByID(Avfun_UI.News news)
 {
     throw new NotImplementedException();
 }
예제 #11
0
 NEWS INewsDAL.ConvertNewsToNEWS(Avfun_UI.News news)
 {
     throw new NotImplementedException();
 }
예제 #12
0
 bool IOrderDAL.CreateOrder(Avfun_UI.Order order)
 {
     throw new NotImplementedException();
 }
예제 #13
0
 bool IAdminDAL.UpdateAdminInfo(Avfun_UI.Admin admin)
 {
     throw new NotImplementedException();
 }
예제 #14
0
 Avfun_UI.User IUserDAL.GetUserByAccountAndPassword(Avfun_UI.User user)
 {
     throw new NotImplementedException();
 }
예제 #15
0
 bool INewsDAL.UpdateNewsInfo(Avfun_UI.News news)
 {
     throw new NotImplementedException();
 }
예제 #16
0
 Avfun_UI.User IUserDAL.GetUserByID(Avfun_UI.User user)
 {
     throw new NotImplementedException();
 }
예제 #17
0
 COURSE ICourseDAL.ConvertCourseToCOURSE(Avfun_UI.Course course)
 {
     throw new NotImplementedException();
 }
예제 #18
0
 bool IUserDAL.UpdateUserInfo(Avfun_UI.User user)
 {
     throw new NotImplementedException();
 }
예제 #19
0
 ADMIN IAdminDAL.ConvertAdminToADMIN(Avfun_UI.Admin admin)
 {
     throw new NotImplementedException();
 }