Commit 2ca49649 authored by Trio Saputra's avatar Trio Saputra

Merge branch 'master' of https://git.mdd.co.id:44195/abimulya/your-cashier into dev-3

parents 7d89cab2 4a225919
package com.example.yourcashiertest.adapters;
public class ProductAdapter {
}
package com.example.yourcashiertest.daos;
public interface ProductDao {
}
package com.example.yourcashiertest.databases;
public class LocalDatabase {
}
package com.example.yourcashiertest.entities;
public class Product {
}
package com.example.yourcashiertest.repositories;
public class ProductRepository {
}
package com.example.yourcashiertest.viewmodels;
public class ProductViewModel {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment