Library support provides following features. Insert records in Db table and return boolean true, if record inserted else false updates records in Db table and return boolean true, if record updated else false delete records in Db table and return boolean true, if record deleted else false Fetch the single matching record and return json serialized string Fetch the single matching record and return json serialized string and overloaded method with more input parameters used for validation and return a single result if record exist and return json serialized string if match found and overloaded method with more input parameters
$ dotnet add package WebSvc.DataAccessNo README available.