public async Task <TData> DeleteForm(string ids) { TData obj = new TData(); await deliveryService.DeleteForm(ids); obj.Tag = 1; return(obj); }