コード例 #1
0
 public IEnumerable <Income> GetByContextId(int contextId)
 {
     return(_incomeRepository.GetByContextId(contextId));
 }