Example #1
0
 public Drop GetDropById(int id)
 {
     return(dal.GetDrop(id));
 }