mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve search page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { OrganicEntity } from './organic-entity.model';
|
||||
|
||||
describe('OrganicEntity', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new OrganicEntity()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
@@ -0,0 +1,4 @@
|
||||
export class OrganicEntity {
|
||||
Code: number;
|
||||
Description: string;
|
||||
}
|
||||
Reference in New Issue
Block a user