Exemplo n.º 1
0
 public bool UpdateSignal(int id, BlockAssetMaintanence asset)
 {
     return(this.AssetService.UpdateAsset(id, asset));
 }
Exemplo n.º 2
0
 public int AddSignal(BlockAssetMaintanence asset)
 {
     return(this.AssetService.CreateAsset(asset));
 }