Exemplo n.º 1
0
 protected static string GetMessage(Guid id, INaming entity)
 {
     return(string.Format("{0} {1} {2}", entity.Nominative(), id, entity.NotFound()));
 }
Exemplo n.º 2
0
 protected static string GetMessage(Guid accountId, Guid id, INaming entity)
 {
     return(string.Format("{0} {1} {2} в аккаунте {3}", entity.Nominative(), id, entity.NotFound(), accountId));
 }