コード例 #1
0
 public List <Ration> GetAllRations()
 {
     return(d.GetAllRations().Where(x => x.Done == false).ToList());
 }