maestrano/mnoe-admin-panel

View on GitHub
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 @