Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using System;
  2.  
  3. public class Class1
  4. {
  5.     public bool Gate(Context context, object GatewayVar)
  6.     {
  7.         return context.NeobhodimoeIzmenenie.ToList().Find(
  8.         c => c.Change.Value == "Перемаркировка" && c.Status!= "Выполнено") != null;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement