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
[Table("Employees", Schema = "MyAppSchema")] | |
public class EmployeeProfile : Profile | |
{ | |
/// <summary> | |
/// Id da empresa | |
/// </summary> | |
public int CompanyId { get; set; } | |
/// <summary> | |
/// Empresa |
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
[Table("Telephones", Schema = "MyAppSchema")] | |
public class Telephone : EntityBase | |
{ | |
/// <summary> | |
/// Id | |
/// </summary> | |
public int TelephoneId { get; set; } | |
/// <summary> | |
/// DDI do número de telefone |
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
{ | |
"$id": "1", | |
"Token": "feec6152-0b4f-45c6-b368-a5291d373016", | |
"RequestResponseDate": "2016-04-04T17:42:11", | |
"Message": "[{\"TransactionId\":20178,\"Price\":116.00,\"Grade\":4,\"UserComment\":\"excelente!\",\"When\":\"2016-03-03T18:39:00\",\"ProviderName\":\"EDIMAR \",\"ServiceType\":2,\"ProviderLicensePlate\":\"CUC4682\",\"UserLicensePlate\":\"MMO4690\"},{\"TransactionId\":20177,\"Price\":115.00,\"Grade\":4,\"UserComment\":\"Excelente qualidade! Recomendo!\",\"When\":\"2016-03-03T18:03:52\",\"ProviderName\":\"EDIMAR \",\"ServiceType\":2,\"ProviderLicensePlate\":\"CUC4682\",\"UserLicensePlate\":\"MMO4690\"},{\"TransactionId\":20176,\"Price\":141.00,\"Grade\":4,\"UserComment\":\"Excelente! Recomendo!\",\"When\":\"2016-03-03T17:43:11\",\"ProviderName\":\"EDIMAR \",\"ServiceType\":2,\"ProviderLicensePlate\":\"CUC4682\",\"UserLicensePlate\":\"MMO4690\"},{\"TransactionId\":20175,\"Price\":140.00,\"Grade\":4,\"UserComment\":null,\"When\":\"2016-03-03T17:06:02\",\"ProviderName\":\"EDIMAR \",\"ServiceType\":2 |
NewerOlder