Spreading Resistance Profile with ChartJS,
Copy-On-Get and nuget bump (Serilog)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace OI.Metrology.Shared.Models.Stateless;
|
||||
|
||||
public interface ISpreadingResistanceProfileService
|
||||
{
|
||||
|
||||
byte[] GetImageBytes(string json);
|
||||
byte[] GetImageBytes(Stream stream);
|
||||
|
||||
}
|
Reference in New Issue
Block a user