Exemplo n.º 1
0
 public static string DeleteForAction(CR_USER_ACTION obj)
 {
     return(string.Format("{0} idli kullanıcı {1} idli Action yetkisi çıkarıldı.", obj.IdUser, obj.IdAction));
 }
Exemplo n.º 2
0
 public static string InsertForAction(CR_USER_ACTION obj)
 {
     return(string.Format("{0} idli kullanıcıya ve {1} idli Action yetkisi verildi.", obj.IdUser, obj.IdAction));
 }