This commit is contained in:
@@ -10,6 +10,7 @@ namespace AyaNova.Models
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
|
||||
//#### MIRRORED IN QBI !!
|
||||
public class Customer : ICoreBizObjectModel
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
@@ -10,6 +10,8 @@ namespace AyaNova.Models
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
//about to make major changes commit trigger here
|
||||
|
||||
//MIRRORED IN QBI !!!!
|
||||
public class Part : ICoreBizObjectModel
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
@@ -9,6 +9,8 @@ namespace AyaNova.Models
|
||||
{
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
|
||||
//### MIRRORED IN QBI!!!!
|
||||
|
||||
public class ServiceRate : ICoreBizObjectModel
|
||||
{
|
||||
|
||||
@@ -10,6 +10,8 @@ namespace AyaNova.Models
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
|
||||
//########### MIRRORED IN QBI!!!!
|
||||
|
||||
public class TravelRate : ICoreBizObjectModel
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace AyaNova.Models
|
||||
{
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
|
||||
//#### MIRRORED IN QBI !!
|
||||
public class Vendor : ICoreBizObjectModel
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user