コード例 #1
0
 public IEnumerable <Keep> GetByuserId(int id)
 {
     return(_db.GetbyuserId(id));
 }