예제 #1
0
 public string ShippersEFCoreVersusDapper()
 {
     return(string.Format("{0}\n{1}", _shipperService.GetShippersWithEFCoreElapsed(), _shipperService.GetShippersWithDapperElapsed()));
 }
예제 #2
0
 public string GetShippersWithEFCoreElapsed()
 {
     return(_shipperService.GetShippersWithEFCoreElapsed());
 }