コード例 #1
0
 public ICollection <Item> GetByStatus(int stat)
 {
     return(itemRepo.GetByStatus(stat));
 }