Esempio n. 1
0
 public async Task <Ship> Lay(int IDHoaDon)
 {
     return(new Ship((await Val.Lay(IDHoaDon)).Rows[0]));
 }