Logo
Explore Help
Sign In
phares3757/mesareportingservices
3
0
Fork 0
You've already forked mesareportingservices
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
mesareportingservices/ReportingServices/Dependency Injections/Interfaces/IJsonFileHandler.cs
Daniel Wathen 740896adf0 Moved API and DB methods to interfaces in order to leverage Dependency Injection, disolved APICaller class, including functionality in several other functions, included Single Load Lock information into Production Passdown report, changed persistant data file to json instead of xml, and adjusted persistant data file to include a week's worth of data instead of a single day.
2022-12-02 14:41:19 -07:00

11 lines
254 B
C#
Raw Blame History

using ReportingServices.ReportingObjects;
namespace ReportingServices.Dependency_Injections
{
public interface IJsonFileHandler
{
public void SaveJSONFile<T>(T obj, string file);
public T LoadJSONFile<T>(string file);
}
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 45ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API