﻿var serviceDTO = {
    ServiceID: 0,
    Code: "",
    Name: "",
    Description: "",
    Price: 0.00,
    Taxable: false
}


