예제 #1
0
 public async Task <Asset> getbyrfid(string rfid)
 {
     return(await _assetService.FindByRfidAsync(rfid));
 }