예제 #1
0
 public async Task <bool> UpdateFollowedProgramCategory(int userId, int programId, int?categoryId)
 {
     return(await _monitorRepository.UpdateFollowedProgramCategory(userId, programId, categoryId));
 }