예제 #1
0
 public AuctionDesc.Infrastructure.Models.Notification SearchNotification(AuctionDesc.Infrastructure.Models.Notification NotiObj)
 {
     return(NotificationB.SearchNotification(NotiObj));
 }
예제 #2
0
 public List <Message> SearchMessages(UserAutentication userobj)
 {
     return(NotificationB.SearchMessages(userobj));
 }