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