2
誰がISingleResultあるとISingleResultとIEnumerableをの違いは何であるかを説明することはできます。そして、いつ使うべきですか?このコードを説明してください。ISingleResultとIEnumerableを
public ISingleResult<CityMaster> SelectCityMaster()
{
try
{
return _ObjLinq.SelectCityMaster();
}
catch { throw; }
}