9 lines
151 B
C#
Executable File
9 lines
151 B
C#
Executable File
using AnP.Interfaces.Application;
|
|
|
|
namespace AnP.Application{
|
|
class AnP:AnPInterface{
|
|
|
|
public AnP(object? inputs = null){}
|
|
|
|
}
|
|
} |