SedeOperativa class
Operational headquarters.
public class SedeOperativa : BaseEntity
Public Members
| name | description |
|---|---|
| SedeOperativa() | The default constructor. |
| Cap { get; set; } | Zip or area code. |
| Fax { get; set; } | Fax number. |
| Indirizzo { get; set; } | Street address. |
| Località { get; set; } | City, town, or other location name. |
| Provincia { get; set; } | County, province, or area name. |
| Telefono1 { get; set; } | Primary phone number. |
| Telefono2 { get; set; } | Secondary phone number. |
See Also
- class BaseEntity
- namespace Amica