コード例 #1
0
 public bool ChangeMeat(MeatDAO meat)
 {
     return(data.ChangeMeat(MeatMapper.MapToMeat(meat)));
 }
コード例 #2
0
 public bool InsertMeat(MeatDAO meat)
 {
     return(data.InsertMeat(MeatMapper.MapToMeat(meat)));
 }
コード例 #3
0
 public bool DeleteMeat(MeatDAO meat)
 {
     return(data.DeleteMeat(MeatMapper.MapToMeat(meat)));
 }