Exemplo n.º 1
0
 public async Task <List <ScreendetailDto> > GetAllScreenDetail()
 {
     return(await _repository.GetAllScreenDetail());
 }