Пример #1
0
 public async Task <bool> RemoveItem(string id)
 {
     return(await _codeServices.RemoveItem(id));
 }