示例#1
0
 public Customer GetCustomer(DPC.QP.Models.Service service)
 {
     return(new Customer()
     {
         ConnectionString = _connection, CustomerCode = "test"
     });
 }
 public bool HasConnection(DPC.QP.Models.Service service)
 {
     throw new NotImplementedException();
 }
 public Customer GetCustomer(DPC.QP.Models.Service service)
 {
     throw new NotImplementedException();
 }
 public string GetEFConnection(DPC.QP.Models.Service service)
 {
     throw new NotImplementedException();
 }
 public string GetConnection(DPC.QP.Models.Service service)
 {
     return(_connection);
 }
示例#6
0
 public bool HasConnection(DPC.QP.Models.Service service)
 {
     return(true);
 }