Esempio n. 1
0
 def update_customer(self, customerDto):
     raise MethodNotImplementedException(
         'update_customer called on CustomerJsonDao')
Esempio n. 2
0
 def update_order(self, order_dto):
     raise MethodNotImplementedException(
         'update_order called on OrderJsonDao')
Esempio n. 3
0
 def update_product(self, productDto):
     raise MethodNotImplementedException(
         'update_product called on ProductJsonDao')
Esempio n. 4
0
 def update_postage_rate(self, postageDto):
     raise MethodNotImplementedException(
         'update_postage_rate called on PostageRateJsonDao')
Esempio n. 5
0
 def create_product(self, product_dto):
     raise MethodNotImplementedException(
         'create_product called on ProductJsonDao')