假设方法为:
public async Task AddItem(string item, int id){ await AddToDataBase(); }
我如果要Mock的话,需要怎么操作?
相关分类