예제 #1
0
 public async Task <ActionResult <DataCollection <PagoDto> > > GetAll(int page, int take)
 {
     return(await _PagoService.GetAll(page, take));
 }