示例#1
0
 public DonorItem[] GetDonorsOf(Item item)
 {
     return(dbLayer.GetDonorsOf(item));
 }