예제 #1
0
 public async Task <Dictionary <string, int> > RetrieveFollowedProgramsByUser(int userId)
 {
     return(await _monitorRepository.RetrieveFollowedProgramsByUser(userId));
 }