Exemple #1
0
 public bool AddressDefault(int postid, int userid)
 {
     return(_dao.AddressDefalut(postid, userid));
 }