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