refactoring
This commit is contained in:
parent
d797c826bc
commit
55b61b39b5
3 changed files with 5 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue