refactoring

This commit is contained in:
2017-06-02 10:13:55 +02:00
parent 95a417fa6e
commit aa31861e51
3 changed files with 5 additions and 18 deletions

View File

@ -28,7 +28,7 @@ namespace Yavsc.Models.Messaging
};
Sender = perfer.Performer.UserName;
Message = string.Format(SR["EstimationMessageToClient"],perfer.Performer.UserName,
estimate.Title,estimate.GetTotal());
estimate.Title,estimate.Bill.Addition());
}
ProviderClientInfo ProviderInfo { get; set; }
Estimate Estimation { get; set; }
@ -48,4 +48,4 @@ namespace Yavsc.Models.Messaging
get; set;
}
}
}
}