예제 #1
0
 public static int MesajGonder(E_Mesaj msj)
 {
     if (msj.SubeID > 0 && msj.UyeTC.Length == 11 && msj.Konu.Length > 1 && msj.Mesaj.Length > 1)
     {
         return(F_Mesaj.MesajGonder(msj));
     }
     return(-1);
 }
예제 #2
0
 public static DataTable UyeGecmisMesaj(string TC)
 {
     return(F_Mesaj.UyeGecmisMesaj(TC));
 }