7 lines
106 B
C#
7 lines
106 B
C#
namespace MxGateway.Worker.MxAccess;
|
|
|
|
public interface IMxAccessComObjectFactory
|
|
{
|
|
object Create();
|
|
}
|