Beispiel #1
0
 public EntityADetailModel GetDetails(int id)
 {
     logger.LogTrace("Mu log");
     return(entitySrvice.GetEntityADetails(id));
 }