コード例 #1
0
 public string ShippersEFCoreVersusDapper()
 {
     return(string.Format("{0}\n{1}", _shipperService.GetShippersWithEFCoreElapsed(), _shipperService.GetShippersWithDapperElapsed()));
 }
コード例 #2
0
 public string GetShippersWithDapperElapsed()
 {
     return(_shipperService.GetShippersWithDapperElapsed());
 }