public void CreateRemoteView()
 {
     var repository = new CustomerRepository.CustomerRepository();
     Console.WriteLine(repository.InsertRemoteView("123", 1, 4, "hgf", new byte[]{0x00, 0x01}, new byte[]{0x02, 0x03}));
 }
示例#2
0
        public void CreateRemoteView()
        {
            var repository = new CustomerRepository.CustomerRepository();

            Console.WriteLine(repository.InsertRemoteView("123", 1, 4, "hgf", new byte[] { 0x00, 0x01 }, new byte[] { 0x02, 0x03 }));
        }