Changed path and Changed seconds to Alpha

This commit is contained in:
2023-04-19 08:33:17 -07:00
parent c655ed5c6b
commit 2f3f1b7947
7 changed files with 76 additions and 35 deletions

View File

@ -8,5 +8,6 @@ public interface IReactorsRepository
Result<int[]> EvenReactors();
Result<int[]> OddReactors();
string? GetKey(WorkMaterialOut workMaterialOut, bool save);
}