IndirizzoService class
Allows working with Indirizzo
entities.
public class IndirizzoService : CompanyServiceBase<Indirizzo>
Public Members
name | description |
---|---|
IndirizzoService() | The default constructor. |
override NewInstance(…) | You should use the alternative NewInstance overload instead. |
NewInstance(…) | Requests a new, properly initialized Indirizzo instance. |
See Also
- class CompanyServiceBase<T>
- class Indirizzo
- namespace Amica