コード例 #1
0
 public async Task <ActionResult <ITable> > One(BancoHorasTable ety)
 {
     return(await horasCrud.GetOne(ety));
 }