Exemplo n.º 1
0
 public List <t_Device_Status> GetAllDeviceStatus()
 {
     return(deviceStatusRepository.GetAllDeviceStatus());
 }