AppActs.API.DataMapper.DeviceMapper.DeviceMapper C# (CSharp) 메소드

DeviceMapper() 공개 메소드

public DeviceMapper ( MongoClient client, string databaseName ) : System
client MongoDB.Driver.MongoClient
databaseName string
리턴 System
        public DeviceMapper(MongoClient client, string databaseName)
            : base(client, databaseName)
        {
        }