Exemplo n.º 1
0
 public BaseResponse <AdVm> Get(string id)
 {
     return(_service.GetByID(id));
 }