MagazzinoService class
Allows working with Magazzino
entities.
public class MagazzinoService : CompanyServiceBase<Magazzino>
Public Members
name | description |
---|---|
MagazzinoService() | The default constructor. |
See Also
- class CompanyServiceBase<T>
- class Magazzino
- namespace Amica