Beispiel #1
0
 public bool DU_Device_InsertOne(DU_Device newOne)
 {
     return(SQL_da_DU_Device.InsertNew(newOne));
 }
Beispiel #2
0
 public bool DU_Device_UpdateOne(DU_Device newOne)
 {
     return(SQL_da_DU_Device.UpdateOne(newOne));
 }
Beispiel #3
0
 public DU_Device DU_Device_GetOneByDeviceId(string DeviceId)
 {
     return(SQL_da_DU_Device.GetOneByDeviceID(DeviceId));
 }