Esempio n. 1
0
 public List <String> GetConsumptionNames(Int32 userId)
 {
     return(_consumptionRepository.GetConsumptionNames(userId));
 }