예제 #1
0
 public PendienteController(IPendienteItemService pendientesServices)
 {
     _pendientesServices = pendientesServices;
 }