Subversion Repositories SmartDukaan

Rev

Rev 353 | Rev 494 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 353 Rev 472
Line 11... Line 11...
11
    
11
    
12
 
12
 
13
    def __init__(self):
13
    def __init__(self):
14
        pass
14
        pass
15
 
15
 
16
    def getLogisticsEstimation(self, itemId, location):
-
 
17
        """
-
 
18
        Parameters:
-
 
19
         - itemId
-
 
20
         - location
-
 
21
        """
-
 
22
        pass
-
 
23
 
-
 
24
    def sendMail(self, mail):
16
    def sendMail(self, mail):
25
        
17
        
26
        DataAccessor.sendMail(mail)
18
        DataAccessor.sendMail(mail)
27
    
19
    
28
    def sendText(self, message):
20
    def sendText(self, message):