This commit is contained in:
2021-01-20 19:53:25 +00:00
parent fd586468b9
commit dd243bc943
3 changed files with 91 additions and 3 deletions

View File

@@ -6,8 +6,7 @@ using Newtonsoft.Json;
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
//SERVICEBANK LEDGER
//NOTE: following pattern outlined here:
//https://dba.stackexchange.com/a/19368