コード例 #1
0
 public IEnumerable <ExpenseItem> GetAllIncludingUserDetails()
 {
     return(_repository.GetAllIncludingUserDetails());
 }