コード例 #1
0
 public bool DeleteAge(Height height)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool AddAge(Height height)
 {
     entities.Heights.Add(height);
     return true;
 }