Exemplo n.º 1
0
 public static decimal TinhCuoc(string from, string to)
 {
     return(FunctionsDAO.TinhCuoc(from, to));
 }
Exemplo n.º 2
0
 public static void TinhHDTC(string thang, string nam)
 {
     FunctionsDAO.TinhHDTC(thang, nam);
 }
Exemplo n.º 3
0
 public static double SoPhut(string from, string to)
 {
     return(FunctionsDAO.SoPhut(from, to));
 }