Example #1
0
 public Task <Asset> Enable(long id)
 {
     return(WithConnection((connection, transaction) => _assetManager.Enable(id, connection, transaction)));
 }