AppActs.API.DataMapper.DeviceMapper.DeviceMapper C# (CSharp) Method

DeviceMapper() public method

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