예제 #1
0
 public List <String> GetConsumptionPlaces(int userId)
 {
     return(_consumptionRepository.GetConsumptionPlaces(userId));
 }