Exemple #1
0
 public static bool IsDelete <A>(this ICrudPostModel <A> m)
 {
     return(!m.Delete.NullOrEmpty());
 }
Exemple #2
0
 public static bool IsSave <A>(this ICrudPostModel <A> m)
 {
     return(!m.Save.NullOrEmpty());
 }