Ejemplo n.º 1
0
 public Task <int> UpdateByIdAsync(int itemId, AlarmUpdateModel item)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int UpdateById(int alarmId, AlarmUpdateModel mAlarm)
 {
     throw new NotImplementedException();
 }