Exemple #1
0
 public static QueryResponseDTO <bool> DeleteUserWatchInfo(UserWatchDTO dto)
 {
     return(UserWatchDA.DeleteUserWatchInfo(dto));
 }
Exemple #2
0
 public static QueryResponseDTO <List <UserWatchModel> > GetUserWatchInfo(UserWatchDTO dto)
 {
     return(UserWatchDA.GetUserWatchInfo(dto));
 }