Exemplo n.º 1
0
 public bool Active(int carrierId)
 {
     return(_carrierService.Active(carrierId));
 }