This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var abons = await new ClientsProspectsBll().GetAbonnements("adresse@email.com"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool done = await new ClientsProspectsBll().Abonner("adresse@email.com", 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool done = await new ClientsProspectsBll().Desabonner("adresse@email.com", 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var lst = await new CartBll().GetPickupLocation(mlvGuid, "59800", "FRA"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET http://.../app/crosscanal/commandes/2/3da00b00-2263-46aa-88e8-344f7ddfb69c HTTP/1.1 | |
| Authorization: basic:RV9....CSUU9 | |
| Host: localhost:49525 | |
| Connection: Keep-Alive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type;code;codeval;lang;trad;desc | |
| ATTRT;saveur;;en;Taste; | |
| ATVAL;saveur;chocolat;en;chocolate; | |
| ATVAL;saveur;fraise;en;strawberries; | |
| SEGMT;bonsbons;;en;sweets; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class InfosLigneDevis | |
| { | |
| string dev_numero { get; set; } | |
| long art_pk { get; set; } | |
| string libelle { get; set; } | |
| decimal qte { get; set; } | |
| decimal? pu_ht { get; set; } | |
| decimal? pu_ttc { get; set; } | |
| string commentaire { get; set; } | |
| bool estOptionnel { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Message | |
| { | |
| Guid Guid { get; set; } | |
| Guid? Uxid { get; set; } | |
| Guid? GroupeGuid { get; set; } | |
| string Sujet { get; set; } | |
| string Details { get; set; } | |
| bool EstTraite { get; set; } | |
| bool EstImportant { get; set; } | |
| string Url { get; set; } |