La notification à la demande de devis,
côté sérveur. * Makefile: * Yavsc.sln: * pkg.mdproj: * Yavsc.csproj: * Presta.csproj: * TestAPI.csproj: * YavscModel.csproj: * fortune.csproj: * WebControls.csproj: * YavscClient.csproj: * SalesCatalog.csproj: * ITContentProvider.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlBlogProvider.csproj: * NpgsqlContentProvider.csproj: ajout d'une configuration de debuggage pour Lua * App.master: * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: traductions * EventPub.aspx: debug sur page encore inutilisée * NominativeEventPub.cs: implémentation du nom de préstataire dans la notification nominative * Commande.cs: code plus simple * GoogleHelpers.cs: * MessageWithPayLoad.cs: fixe l'envoi de la notification GCM * MessageWithPayloadResponse.cs: fixe la réception de la notification GCM * WorkFlowManager.cs: envoyer un notification GCM + email à la demande de devis
This commit is contained in:
parent
d394c3842e
commit
5a4179d051
42 changed files with 644 additions and 334 deletions
50
yavscModel/LocalizedText.Designer.cs
generated
50
yavscModel/LocalizedText.Designer.cs
generated
|
|
@ -196,12 +196,24 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string YourProfile {
|
||||
get {
|
||||
return ResourceManager.GetString("YourProfile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string EndDate {
|
||||
get {
|
||||
return ResourceManager.GetString("EndDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DoSpecifyCircles {
|
||||
get {
|
||||
return ResourceManager.GetString("DoSpecifyCircles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Circles {
|
||||
get {
|
||||
return ResourceManager.GetString("Circles", resourceCulture);
|
||||
|
|
@ -244,6 +256,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string YourPosts {
|
||||
get {
|
||||
return ResourceManager.GetString("YourPosts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Non_existent_user {
|
||||
get {
|
||||
return ResourceManager.GetString("Non_existent_user", resourceCulture);
|
||||
|
|
@ -286,6 +304,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string younotadmin {
|
||||
get {
|
||||
return ResourceManager.GetString("younotadmin", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Create {
|
||||
get {
|
||||
return ResourceManager.GetString("Create", resourceCulture);
|
||||
|
|
@ -340,12 +364,6 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string is_licensed_by {
|
||||
get {
|
||||
return ResourceManager.GetString("is_licensed_by", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string BookingTitle6829C {
|
||||
get {
|
||||
return ResourceManager.GetString("BookingTitle6829C", resourceCulture);
|
||||
|
|
@ -622,9 +640,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string DoSpecifyCircles {
|
||||
public static string is_licensed_by {
|
||||
get {
|
||||
return ResourceManager.GetString("DoSpecifyCircles", resourceCulture);
|
||||
return ResourceManager.GetString("is_licensed_by", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -646,9 +664,9 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string younotadmin {
|
||||
public static string Home {
|
||||
get {
|
||||
return ResourceManager.GetString("younotadmin", resourceCulture);
|
||||
return ResourceManager.GetString("Home", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -670,12 +688,6 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Home {
|
||||
get {
|
||||
return ResourceManager.GetString("Home", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DoTag {
|
||||
get {
|
||||
return ResourceManager.GetString("DoTag", resourceCulture);
|
||||
|
|
@ -838,6 +850,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string DoPost {
|
||||
get {
|
||||
return ResourceManager.GetString("DoPost", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string entries {
|
||||
get {
|
||||
return ResourceManager.GetString("entries", resourceCulture);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue