maestrano/mno-enterprise

View on GitHub
frontend-admin/src/app/components/mnoe-api/admin/tenant-invoices.svc.coffee

Summary

Maintainability
Test Coverage
# Service for managing the invoices.
@App.service 'MnoeTenantInvoices', (MnoeAdminApiSvc) ->
  _self = @

  @list = () ->
    MnoeAdminApiSvc.all('tenant_invoices').getList()

  return @